diff options
Diffstat (limited to 'modules/caddytls/matchers.go')
-rw-r--r-- | modules/caddytls/matchers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddytls/matchers.go b/modules/caddytls/matchers.go index a951f91cb..712472f81 100644 --- a/modules/caddytls/matchers.go +++ b/modules/caddytls/matchers.go @@ -3,7 +3,7 @@ package caddytls import ( "crypto/tls" - "bitbucket.org/lightcodelabs/caddy2" + "github.com/caddyserver/caddy2" ) // MatchServerName matches based on SNI. |