File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ go 1.23.3
44
55require (
66 github.com/gin-contrib/cors v1.7.5
7+ github.com/gin-contrib/gzip v1.2.3
78 github.com/gin-gonic/gin v1.10.0
89 github.com/golang-jwt/jwt/v4 v4.5.2
910 github.com/google/uuid v1.6.0
@@ -28,7 +29,6 @@ require (
2829 cloud.google.com/go/auth v0.16.2 // indirect
2930 cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
3031 cloud.google.com/go/compute/metadata v0.7.0 // indirect
31- github.com/gin-contrib/gzip v1.2.3 // indirect
3232 github.com/google/s2a-go v0.1.9 // indirect
3333 github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
3434 github.com/googleapis/gax-go/v2 v2.14.2 // indirect
Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ github.com/gabriel-vasile/mimetype v1.4.9 h1:5k+WDwEsD9eTLL8Tz3L0VnmVh9QxGjRmjBv
3737github.com/gabriel-vasile/mimetype v1.4.9 /go.mod h1:WnSQhFKJuBlRyLiKohA/2DtIlPFAbguNaG7QCHcyGok =
3838github.com/gin-contrib/cors v1.7.5 h1:cXC9SmofOrRg0w9PigwGlHG3ztswH6bqq4vJVXnvYMk =
3939github.com/gin-contrib/cors v1.7.5 /go.mod h1:4q3yi7xBEDDWKapjT2o1V7mScKDDr8k+jZ0fSquGoy0 =
40- github.com/gin-contrib/gzip v0.0.6 h1:NjcunTcGAj5CO1gn4N8jHOSIeRFHIbn51z6K+xaN4d4 =
41- github.com/gin-contrib/gzip v0.0.6 /go.mod h1:QOJlmV2xmayAjkNS2Y8NQsMneuRShOU/kjovCXNuzzk =
4240github.com/gin-contrib/gzip v1.2.3 h1:dAhT722RuEG330ce2agAs75z7yB+NKvX/ZM1r8w0u2U =
4341github.com/gin-contrib/gzip v1.2.3 /go.mod h1:ad72i4Bzmaypk8M762gNXa2wkxxjbz0icRNnuLJ9a/c =
4442github.com/gin-contrib/sse v1.1.0 h1:n0w2GMuUpWDVp7qSpvze6fAu9iRxJY4Hmj6AmBOU05w =
You can’t perform that action at this time.
0 commit comments