add compression
This commit is contained in:
6
go.mod
6
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user