aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/caddyhttp/headers
diff options
context:
space:
mode:
authorMatthew Holt <[email protected]>2019-06-04 13:52:37 -0600
committerMatthew Holt <[email protected]>2019-06-04 13:52:37 -0600
commit613aecb8982d4addfcc01dc339ebbfcf0fd1e445 (patch)
tree839b6c5cd57ce07c302fd87b5d1a0acc571479e3 /modules/caddyhttp/headers
parent39db06d9c4bdf6bb793916225b8915bf777642b4 (diff)
downloadcaddy-613aecb8982d4addfcc01dc339ebbfcf0fd1e445.tar.gz
caddy-613aecb8982d4addfcc01dc339ebbfcf0fd1e445.zip
Change import paths to GitHub package names
Diffstat (limited to 'modules/caddyhttp/headers')
-rw-r--r--modules/caddyhttp/headers/headers.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/caddyhttp/headers/headers.go b/modules/caddyhttp/headers/headers.go
index b07a588a6..bce543548 100644
--- a/modules/caddyhttp/headers/headers.go
+++ b/modules/caddyhttp/headers/headers.go
@@ -4,8 +4,8 @@ import (
"net/http"
"strings"
- "bitbucket.org/lightcodelabs/caddy2"
- "bitbucket.org/lightcodelabs/caddy2/modules/caddyhttp"
+ "github.com/caddyserver/caddy2"
+ "github.com/caddyserver/caddy2/modules/caddyhttp"
)
func init() {