summaryrefslogtreecommitdiff
path: root/modules/caddytls/matchers.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-06-04 13:52:37 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-06-04 13:52:37 -0600
commit613aecb8982d4addfcc01dc339ebbfcf0fd1e445 (patch)
tree839b6c5cd57ce07c302fd87b5d1a0acc571479e3 /modules/caddytls/matchers.go
parent39db06d9c4bdf6bb793916225b8915bf777642b4 (diff)
Change import paths to GitHub package names
Diffstat (limited to 'modules/caddytls/matchers.go')
-rw-r--r--modules/caddytls/matchers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddytls/matchers.go b/modules/caddytls/matchers.go
index a951f91..712472f 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.