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/replacer.go | |
parent | 39db06d9c4bdf6bb793916225b8915bf777642b4 (diff) | |
download | caddy-613aecb8982d4addfcc01dc339ebbfcf0fd1e445.tar.gz caddy-613aecb8982d4addfcc01dc339ebbfcf0fd1e445.zip |
Change import paths to GitHub package names
Diffstat (limited to 'modules/caddyhttp/replacer.go')
-rw-r--r-- | modules/caddyhttp/replacer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/replacer.go b/modules/caddyhttp/replacer.go index 0b0547df3..c854a2f1c 100644 --- a/modules/caddyhttp/replacer.go +++ b/modules/caddyhttp/replacer.go @@ -7,7 +7,7 @@ import ( "path" "strings" - "bitbucket.org/lightcodelabs/caddy2" + "github.com/caddyserver/caddy2" ) // TODO: A simple way to format or escape or encode each value would be nice |