diff options
Diffstat (limited to 'caddyhttp/httpserver/plugin_test.go')
-rw-r--r-- | caddyhttp/httpserver/plugin_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/caddyhttp/httpserver/plugin_test.go b/caddyhttp/httpserver/plugin_test.go index bf922dfc4..702ef00f5 100644 --- a/caddyhttp/httpserver/plugin_test.go +++ b/caddyhttp/httpserver/plugin_test.go @@ -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) { |