From 613aecb8982d4addfcc01dc339ebbfcf0fd1e445 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 4 Jun 2019 13:52:37 -0600 Subject: Change import paths to GitHub package names --- modules/caddyhttp/matchers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddyhttp/matchers_test.go') diff --git a/modules/caddyhttp/matchers_test.go b/modules/caddyhttp/matchers_test.go index 1297bc8..9e5ee45 100644 --- a/modules/caddyhttp/matchers_test.go +++ b/modules/caddyhttp/matchers_test.go @@ -8,7 +8,7 @@ import ( "net/url" "testing" - "bitbucket.org/lightcodelabs/caddy2" + "github.com/caddyserver/caddy2" ) func TestHostMatcher(t *testing.T) { -- cgit v1.2.3