add import for github.com/greenpau/caddy-security (#506)

This commit is contained in:
Michael Quigley
2024-07-17 12:22:23 -04:00
parent 28c4da4317
commit 7e9ff80cad
3 changed files with 239 additions and 321 deletions

View File

@ -7,6 +7,7 @@ import (
"github.com/caddyserver/caddy/v2/caddyconfig/caddyfile"
"github.com/caddyserver/caddy/v2/caddyconfig/httpcaddyfile"
"github.com/caddyserver/caddy/v2/modules/caddyhttp/fileserver"
_ "github.com/greenpau/caddy-security"
"github.com/openziti/zrok/endpoints"
"github.com/openziti/zrok/sdk/golang/sdk"
"github.com/sirupsen/logrus"