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/templates/templates_test.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/templates/templates_test.go')
-rw-r--r-- | caddyhttp/templates/templates_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/caddyhttp/templates/templates_test.go b/caddyhttp/templates/templates_test.go index 6a175f1b1..3301ebb24 100644 --- a/caddyhttp/templates/templates_test.go +++ b/caddyhttp/templates/templates_test.go @@ -23,8 +23,8 @@ import ( "sync" "testing" - "github.com/mholt/caddy/caddyhttp/httpserver" - "github.com/mholt/caddy/caddyhttp/staticfiles" + "github.com/caddyserver/caddy/caddyhttp/httpserver" + "github.com/caddyserver/caddy/caddyhttp/staticfiles" ) func TestTemplates(t *testing.T) { |