diff options
author | Matthew Holt <[email protected]> | 2019-06-04 13:52:37 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2019-06-04 13:52:37 -0600 |
commit | 613aecb8982d4addfcc01dc339ebbfcf0fd1e445 (patch) | |
tree | 839b6c5cd57ce07c302fd87b5d1a0acc571479e3 /modules/caddyhttp/errors.go | |
parent | 39db06d9c4bdf6bb793916225b8915bf777642b4 (diff) | |
download | caddy-613aecb8982d4addfcc01dc339ebbfcf0fd1e445.tar.gz caddy-613aecb8982d4addfcc01dc339ebbfcf0fd1e445.zip |
Change import paths to GitHub package names
Diffstat (limited to 'modules/caddyhttp/errors.go')
-rw-r--r-- | modules/caddyhttp/errors.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/errors.go b/modules/caddyhttp/errors.go index 66cb2ca38..0e7b8f2b0 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 |