summaryrefslogtreecommitdiffhomepage
path: root/caddyhttp/httpserver/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'caddyhttp/httpserver/server.go')
-rw-r--r--caddyhttp/httpserver/server.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/caddyhttp/httpserver/server.go b/caddyhttp/httpserver/server.go
index 7940ac832..5368407b4 100644
--- a/caddyhttp/httpserver/server.go
+++ b/caddyhttp/httpserver/server.go
@@ -32,10 +32,10 @@ import (
"time"
"github.com/lucas-clemente/quic-go/h2quic"
- "github.com/mholt/caddy"
- "github.com/mholt/caddy/caddyhttp/staticfiles"
- "github.com/mholt/caddy/caddytls"
- "github.com/mholt/caddy/telemetry"
+ "github.com/caddyserver/caddy"
+ "github.com/caddyserver/caddy/caddyhttp/staticfiles"
+ "github.com/caddyserver/caddy/caddytls"
+ "github.com/caddyserver/caddy/telemetry"
)
// Server is the HTTP server implementation.