summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/standard
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-12-23 12:55:52 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2019-12-23 12:55:52 -0700
commitbe3849c2671e74c461e1885d3a15e7e97b967895 (patch)
treebd40e4b9bd91808b4d75c0069bd673d9313077ac /modules/caddyhttp/standard
parent16ee985c22c2fcfa2e108dcc7d3e8ce184fd95ed (diff)
Remove markdown module
Diffstat (limited to 'modules/caddyhttp/standard')
-rw-r--r--modules/caddyhttp/standard/imports.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/caddyhttp/standard/imports.go b/modules/caddyhttp/standard/imports.go
index 0e4e1b8..b85a984 100644
--- a/modules/caddyhttp/standard/imports.go
+++ b/modules/caddyhttp/standard/imports.go
@@ -11,7 +11,6 @@ import (
_ "github.com/caddyserver/caddy/v2/modules/caddyhttp/fileserver"
_ "github.com/caddyserver/caddy/v2/modules/caddyhttp/headers"
_ "github.com/caddyserver/caddy/v2/modules/caddyhttp/httpcache"
- _ "github.com/caddyserver/caddy/v2/modules/caddyhttp/markdown"
_ "github.com/caddyserver/caddy/v2/modules/caddyhttp/requestbody"
_ "github.com/caddyserver/caddy/v2/modules/caddyhttp/reverseproxy"
_ "github.com/caddyserver/caddy/v2/modules/caddyhttp/reverseproxy/fastcgi"