add compression

This commit is contained in:
2025-07-11 08:49:29 -05:00
parent fe53085bba
commit c7b59a5c9e
3 changed files with 70 additions and 6 deletions

6
go.mod
View File

@@ -1,8 +1,10 @@
module git.teamworkapps.com/shortcut/httphere
go 1.17
go 1.24.1
require (
git.teamworkapps.com/shortcut/enhancedfileserver v0.0.0-20230421162957-948ff8787756
github.com/gorilla/mux v1.8.0
github.com/gorilla/mux v1.8.1
)
require github.com/andybalholm/brotli v1.2.0 // indirect