summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/fileserver/matcher.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-07-12 10:15:27 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-07-12 10:15:27 -0600
commitccb5d19c258a1f4ec87ec7cdc4aedf1f1c7007dc (patch)
tree4ac992259b986e5c1926990e762fcd03bac60d0a /modules/caddyhttp/fileserver/matcher.go
parentb780f0f49b191a6724b7ec54aa62a97d23977231 (diff)
Get module name at runtime, and tidy up modules
Diffstat (limited to 'modules/caddyhttp/fileserver/matcher.go')
-rw-r--r--modules/caddyhttp/fileserver/matcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/fileserver/matcher.go b/modules/caddyhttp/fileserver/matcher.go
index 023a69b..85081ea 100644
--- a/modules/caddyhttp/fileserver/matcher.go
+++ b/modules/caddyhttp/fileserver/matcher.go
@@ -20,8 +20,8 @@ import (
"os"
"time"
- "github.com/caddyserver/caddy/modules/caddyhttp"
"github.com/caddyserver/caddy/v2"
+ "github.com/caddyserver/caddy/v2/modules/caddyhttp"
)
func init() {