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/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddyhttp/errors.go') diff --git a/modules/caddyhttp/errors.go b/modules/caddyhttp/errors.go index 66cb2ca..0e7b8f2 100644 --- a/modules/caddyhttp/errors.go +++ b/modules/caddyhttp/errors.go @@ -7,7 +7,7 @@ import ( "runtime" "strings" - "bitbucket.org/lightcodelabs/caddy2" + "github.com/caddyserver/caddy2" ) // Error is a convenient way for a Handler to populate the -- cgit v1.2.3