diff options
author | Matthew Holt <[email protected]> | 2019-07-02 12:49:20 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2019-07-02 12:49:20 -0600 |
commit | f5720fecd663f521d832c1bca69e52ece43dc2b1 (patch) | |
tree | 326325be42c17b675ac1f23c7a626f3ad166f1f0 /caddyhttp/timeouts/timeouts.go | |
parent | 0b2e05483961069e5daa2cf5f69db72da2938030 (diff) | |
download | caddy-f5720fecd663f521d832c1bca69e52ece43dc2b1.tar.gz caddy-f5720fecd663f521d832c1bca69e52ece43dc2b1.zip |
Change all import paths: mholt/caddy -> caddyserver/caddy
Includes updating go.mod to use new module path
Diffstat (limited to 'caddyhttp/timeouts/timeouts.go')
-rw-r--r-- | caddyhttp/timeouts/timeouts.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/caddyhttp/timeouts/timeouts.go b/caddyhttp/timeouts/timeouts.go index 749c03b02..f29152dc6 100644 --- a/caddyhttp/timeouts/timeouts.go +++ b/caddyhttp/timeouts/timeouts.go @@ -17,8 +17,8 @@ package timeouts import ( "time" - "github.com/mholt/caddy" - "github.com/mholt/caddy/caddyhttp/httpserver" + "github.com/caddyserver/caddy" + "github.com/caddyserver/caddy/caddyhttp/httpserver" ) func init() { |