Change import paths to GitHub package names

This commit is contained in:
Matthew Holt
2019-06-04 13:52:37 -06:00
parent 39db06d9c4
commit 613aecb898
32 changed files with 63 additions and 62 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"path"
"strings"
"bitbucket.org/lightcodelabs/caddy2"
"github.com/caddyserver/caddy2"
)
// TODO: A simple way to format or escape or encode each value would be nice