diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2019-06-04 13:52:37 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2019-06-04 13:52:37 -0600 |
commit | 613aecb8982d4addfcc01dc339ebbfcf0fd1e445 (patch) | |
tree | 839b6c5cd57ce07c302fd87b5d1a0acc571479e3 /modules/caddyhttp/requestbody | |
parent | 39db06d9c4bdf6bb793916225b8915bf777642b4 (diff) |
Change import paths to GitHub package names
Diffstat (limited to 'modules/caddyhttp/requestbody')
-rw-r--r-- | modules/caddyhttp/requestbody/requestbody.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/caddyhttp/requestbody/requestbody.go b/modules/caddyhttp/requestbody/requestbody.go index 8aba14e..a0840de 100644 --- a/modules/caddyhttp/requestbody/requestbody.go +++ b/modules/caddyhttp/requestbody/requestbody.go @@ -3,8 +3,8 @@ package requestbody import ( "net/http" - "bitbucket.org/lightcodelabs/caddy2" - "bitbucket.org/lightcodelabs/caddy2/modules/caddyhttp" + "github.com/caddyserver/caddy2" + "github.com/caddyserver/caddy2/modules/caddyhttp" ) func init() { |