diff options
Diffstat (limited to 'caddyhttp/expvar/expvar.go')
-rw-r--r-- | caddyhttp/expvar/expvar.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/caddyhttp/expvar/expvar.go b/caddyhttp/expvar/expvar.go index efbfa32df..e662341da 100644 --- a/caddyhttp/expvar/expvar.go +++ b/caddyhttp/expvar/expvar.go @@ -19,7 +19,7 @@ import ( "fmt" "net/http" - "github.com/mholt/caddy/caddyhttp/httpserver" + "github.com/caddyserver/caddy/caddyhttp/httpserver" ) // ExpVar is a simple struct to hold expvar's configuration |