summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-06-13 10:55:25 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-06-13 10:55:25 -0600
commitf93dab755baa7d93b1b9a86a78d9ded848b492ba (patch)
treeb006b1e825f07c6f4b9e37ae1a54c69986479518 /cmd
parent0c8763a7283daaf955cfdb3b0e88dc24fd6d3b2b (diff)
Update go modules
Diffstat (limited to 'cmd')
-rw-r--r--cmd/caddy2/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/caddy2/main.go b/cmd/caddy2/main.go
index 9e1d47f..21b4f57 100644
--- a/cmd/caddy2/main.go
+++ b/cmd/caddy2/main.go
@@ -8,6 +8,7 @@ import (
_ "github.com/caddyserver/caddy2/modules/caddyhttp/caddylog"
_ "github.com/caddyserver/caddy2/modules/caddyhttp/encode"
_ "github.com/caddyserver/caddy2/modules/caddyhttp/encode/gzip"
+ _ "github.com/caddyserver/caddy2/modules/caddyhttp/encode/zstd"
_ "github.com/caddyserver/caddy2/modules/caddyhttp/fileserver"
_ "github.com/caddyserver/caddy2/modules/caddyhttp/headers"
_ "github.com/caddyserver/caddy2/modules/caddyhttp/markdown"