diff options
Diffstat (limited to 'modules/caddytls/standardstek')
-rw-r--r-- | modules/caddytls/standardstek/stek.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/caddytls/standardstek/stek.go b/modules/caddytls/standardstek/stek.go index a086872..939d021 100644 --- a/modules/caddytls/standardstek/stek.go +++ b/modules/caddytls/standardstek/stek.go @@ -5,8 +5,8 @@ import ( "sync" "time" - "bitbucket.org/lightcodelabs/caddy2" - "bitbucket.org/lightcodelabs/caddy2/modules/caddytls" + "github.com/caddyserver/caddy2" + "github.com/caddyserver/caddy2/modules/caddytls" ) func init() { |