diff options
Diffstat (limited to 'caddyhttp/staticfiles/fileserver_test.go')
-rw-r--r-- | caddyhttp/staticfiles/fileserver_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/caddyhttp/staticfiles/fileserver_test.go b/caddyhttp/staticfiles/fileserver_test.go index 200b6d6e1..3eb10e3ad 100644 --- a/caddyhttp/staticfiles/fileserver_test.go +++ b/caddyhttp/staticfiles/fileserver_test.go @@ -28,7 +28,7 @@ import ( "testing" "time" - "github.com/mholt/caddy" + "github.com/caddyserver/caddy" ) // TestServeHTTP covers positive scenarios when serving files. |