From fdd871e1775d1b6d85de43e8ecf7ddc71a72c503 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 2 Jul 2019 12:37:06 -0600 Subject: go.mod: Append /v2 to module name; update all import paths See https://github.com/golang/go/wiki/Modules#semantic-import-versioning --- modules/caddytls/tls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddytls/tls.go') diff --git a/modules/caddytls/tls.go b/modules/caddytls/tls.go index b38657b..e70fbd1 100644 --- a/modules/caddytls/tls.go +++ b/modules/caddytls/tls.go @@ -23,7 +23,7 @@ import ( "os" "time" - "github.com/caddyserver/caddy" + "github.com/caddyserver/caddy/v2" "github.com/go-acme/lego/challenge" "github.com/mholt/certmagic" "golang.org/x/time/rate" -- cgit v1.2.3