summaryrefslogtreecommitdiff
path: root/modules/filestorage/filestorage.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/filestorage/filestorage.go')
-rw-r--r--modules/filestorage/filestorage.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/filestorage/filestorage.go b/modules/filestorage/filestorage.go
index 55607ba..0b2d79a 100644
--- a/modules/filestorage/filestorage.go
+++ b/modules/filestorage/filestorage.go
@@ -17,7 +17,7 @@ package filestorage
import (
"github.com/caddyserver/caddy/v2"
"github.com/caddyserver/caddy/v2/caddyconfig/caddyfile"
- "github.com/mholt/certmagic"
+ "github.com/caddyserver/certmagic"
)
func init() {