summaryrefslogtreecommitdiff
path: root/caddyconfig/httpcaddyfile/addresses.go
diff options
context:
space:
mode:
authorMohammed Al Sahaf <msaa1990@gmail.com>2019-08-22 21:26:48 +0300
committerMatt Holt <mholt@users.noreply.github.com>2019-08-22 12:26:48 -0600
commita0fd2b6c0abbd9c121ecf779058fd348327b5e0c (patch)
tree5bbeb04ec295b9d26c7934511171b1f8ca03f50c /caddyconfig/httpcaddyfile/addresses.go
parentc0da7d487abcdcd9761220d75400f75584482b5f (diff)
Fix SIV where /v2 was missing from caddyfile adapter work (#2721)
Diffstat (limited to 'caddyconfig/httpcaddyfile/addresses.go')
-rw-r--r--caddyconfig/httpcaddyfile/addresses.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/caddyconfig/httpcaddyfile/addresses.go b/caddyconfig/httpcaddyfile/addresses.go
index 2adb818..5708783 100644
--- a/caddyconfig/httpcaddyfile/addresses.go
+++ b/caddyconfig/httpcaddyfile/addresses.go
@@ -22,7 +22,7 @@ import (
"strconv"
"strings"
- "github.com/caddyserver/caddy/caddyconfig/caddyfile"
+ "github.com/caddyserver/caddy/v2/caddyconfig/caddyfile"
"github.com/caddyserver/caddy/v2/modules/caddyhttp"
"github.com/mholt/certmagic"
)