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/caddytls/folderloader.go | |
parent | 39db06d9c4bdf6bb793916225b8915bf777642b4 (diff) | |
download | caddy-613aecb8982d4addfcc01dc339ebbfcf0fd1e445.tar.gz caddy-613aecb8982d4addfcc01dc339ebbfcf0fd1e445.zip |
Change import paths to GitHub package names
Diffstat (limited to 'modules/caddytls/folderloader.go')
-rw-r--r-- | modules/caddytls/folderloader.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddytls/folderloader.go b/modules/caddytls/folderloader.go index 8ec982756..0ce53b7ac 100644 --- a/modules/caddytls/folderloader.go +++ b/modules/caddytls/folderloader.go @@ -10,7 +10,7 @@ import ( "path/filepath" "strings" - "bitbucket.org/lightcodelabs/caddy2" + "github.com/caddyserver/caddy2" ) func init() { |