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/caddyhttp/caddyhttp.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/caddyhttp/caddyhttp.go') diff --git a/modules/caddyhttp/caddyhttp.go b/modules/caddyhttp/caddyhttp.go index 8255032..3ffc989 100644 --- a/modules/caddyhttp/caddyhttp.go +++ b/modules/caddyhttp/caddyhttp.go @@ -12,8 +12,8 @@ import ( "strings" "time" - "bitbucket.org/lightcodelabs/caddy2" - "bitbucket.org/lightcodelabs/caddy2/modules/caddytls" + "github.com/caddyserver/caddy2" + "github.com/caddyserver/caddy2/modules/caddytls" "github.com/mholt/certmagic" ) -- cgit v1.2.3