summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/staticresp.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-06-04 13:52:37 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-06-04 13:52:37 -0600
commit613aecb8982d4addfcc01dc339ebbfcf0fd1e445 (patch)
tree839b6c5cd57ce07c302fd87b5d1a0acc571479e3 /modules/caddyhttp/staticresp.go
parent39db06d9c4bdf6bb793916225b8915bf777642b4 (diff)
Change import paths to GitHub package names
Diffstat (limited to 'modules/caddyhttp/staticresp.go')
-rw-r--r--modules/caddyhttp/staticresp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/staticresp.go b/modules/caddyhttp/staticresp.go
index 62ab7dd..091cf3a 100644
--- a/modules/caddyhttp/staticresp.go
+++ b/modules/caddyhttp/staticresp.go
@@ -5,7 +5,7 @@ import (
"net/http"
"strconv"
- "bitbucket.org/lightcodelabs/caddy2"
+ "github.com/caddyserver/caddy2"
)
func init() {