mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-04 05:17:36 +03:00
feat: add compress handler
This commit is contained in:
parent
1db6e0adbb
commit
7e40892b1d
3 changed files with 8 additions and 15 deletions
2
go.mod
2
go.mod
|
@ -11,6 +11,7 @@ require (
|
|||
github.com/a-h/templ v0.2.598
|
||||
github.com/allegro/bigcache/v3 v3.1.0
|
||||
github.com/caffix/cloudflare-roundtripper v0.0.0-20181218223503-4c29d231c9cb
|
||||
github.com/gorilla/handlers v1.5.2
|
||||
github.com/gorilla/mux v1.8.1
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
)
|
||||
|
@ -19,6 +20,7 @@ require (
|
|||
github.com/andybalholm/brotli v1.1.0 // indirect
|
||||
github.com/andybalholm/cascadia v1.3.2 // indirect
|
||||
github.com/cloudflare/circl v1.3.7 // indirect
|
||||
github.com/felixge/httpsnoop v1.0.3 // indirect
|
||||
github.com/gorilla/websocket v1.5.1 // indirect
|
||||
github.com/klauspost/compress v1.17.7 // indirect
|
||||
github.com/quic-go/quic-go v0.41.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue