summaryrefslogtreecommitdiff
path: root/caddy.go
diff options
context:
space:
mode:
Diffstat (limited to 'caddy.go')
-rw-r--r--caddy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/caddy.go b/caddy.go
index bfa4c9c..8a24166 100644
--- a/caddy.go
+++ b/caddy.go
@@ -199,7 +199,7 @@ func GoModule() *debug.Module {
}
// goModule is the name of this Go module.
-const goModule = "github.com/mholt/caddy"
+const goModule = "github.com/caddyserver/caddy/v2"
// CtxKey is a value type for use with context.WithValue.
type CtxKey string