From 613aecb8982d4addfcc01dc339ebbfcf0fd1e445 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 4 Jun 2019 13:52:37 -0600 Subject: Change import paths to GitHub package names --- modules/caddytls/acmemanager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddytls/acmemanager.go') diff --git a/modules/caddytls/acmemanager.go b/modules/caddytls/acmemanager.go index efd8e23..9352d75 100644 --- a/modules/caddytls/acmemanager.go +++ b/modules/caddytls/acmemanager.go @@ -7,7 +7,7 @@ import ( "github.com/go-acme/lego/certcrypto" - "bitbucket.org/lightcodelabs/caddy2" + "github.com/caddyserver/caddy2" "github.com/go-acme/lego/challenge" "github.com/mholt/certmagic" ) -- cgit v1.2.3