summaryrefslogtreecommitdiffhomepage
path: root/caddyhttp/internalsrv/internal.go
diff options
context:
space:
mode:
authorMatthew Holt <[email protected]>2019-07-02 12:49:20 -0600
committerMatthew Holt <[email protected]>2019-07-02 12:49:20 -0600
commitf5720fecd663f521d832c1bca69e52ece43dc2b1 (patch)
tree326325be42c17b675ac1f23c7a626f3ad166f1f0 /caddyhttp/internalsrv/internal.go
parent0b2e05483961069e5daa2cf5f69db72da2938030 (diff)
downloadcaddy-f5720fecd663f521d832c1bca69e52ece43dc2b1.tar.gz
caddy-f5720fecd663f521d832c1bca69e52ece43dc2b1.zip
Change all import paths: mholt/caddy -> caddyserver/caddy
Includes updating go.mod to use new module path
Diffstat (limited to 'caddyhttp/internalsrv/internal.go')
-rw-r--r--caddyhttp/internalsrv/internal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/caddyhttp/internalsrv/internal.go b/caddyhttp/internalsrv/internal.go
index 3bd47956d..92ad4ab42 100644
--- a/caddyhttp/internalsrv/internal.go
+++ b/caddyhttp/internalsrv/internal.go
@@ -23,7 +23,7 @@ package internalsrv
import (
"net/http"
- "github.com/mholt/caddy/caddyhttp/httpserver"
+ "github.com/caddyserver/caddy/caddyhttp/httpserver"
)
// Internal middleware protects internal locations from external requests -