Change all import paths: mholt/caddy -> caddyserver/caddy

Includes updating go.mod to use new module path
This commit is contained in:
Matthew Holt
2019-07-02 12:49:20 -06:00
parent 0b2e054839
commit f5720fecd6
147 changed files with 292 additions and 292 deletions

View File

@@ -22,8 +22,8 @@ import (
"fmt"
"github.com/mholt/caddy"
"github.com/mholt/caddy/caddyfile"
"github.com/caddyserver/caddy"
"github.com/caddyserver/caddy/caddyfile"
)
func TestStandardizeAddress(t *testing.T) {