serve pre-compressed files according to accept-encoding
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M go.mod → go.mod
@@ -17,6 +17,7 @@ github.com/crewjam/csp v0.0.2 github.com/deckarep/golang-set/v2 v2.6.0 github.com/fatih/structtag v1.2.0 github.com/fsnotify/fsnotify v1.7.0 + github.com/kevinpollet/nego v0.0.0-20211010160919-a65cd48cee43 github.com/osdevisnot/sorvor v0.4.4 github.com/pkg/errors v0.9.1 github.com/snabb/sitemap v1.0.4@@ -45,6 +46,6 @@ github.com/microcosm-cc/bluemonday v1.0.26 // indirect github.com/snabb/diagio v1.0.4 // indirect go.uber.org/multierr v1.11.0 // indirect golang.org/x/sys v0.20.0 // indirect - golang.org/x/text v0.15.0 // indirect + golang.org/x/text v0.16.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect )