Skip to content

Commit

Permalink
feat(pkg/server/ginserver): contextWithFallback=true
Browse files Browse the repository at this point in the history
  • Loading branch information
amazing-gao committed Sep 3, 2024
1 parent e46bfbf commit a5b6ac0
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 34 deletions.
14 changes: 6 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ require (
github.com/fsnotify/fsnotify v1.4.9
github.com/ghodss/yaml v1.0.0
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.5.0
github.com/gin-gonic/gin v1.10.0
github.com/go-pg/pg/v10 v10.10.6
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-redis/redis/v8 v8.6.0
github.com/gorilla/sessions v1.2.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.4.0
github.com/imdario/mergo v0.3.9
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
github.com/json-iterator/go v1.1.12
github.com/leodido/go-urn v1.2.0 // indirect
github.com/lib/pq v1.6.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/nicksnyder/go-i18n/v2 v2.1.2
Expand All @@ -31,13 +30,12 @@ require (
go.mongodb.org/mongo-driver v1.4.1
go.uber.org/automaxprocs v1.3.0
go.uber.org/zap v1.16.0
golang.org/x/mod v0.4.1 // indirect
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/text v0.3.5
golang.org/x/net v0.25.0
golang.org/x/sync v0.1.0
golang.org/x/text v0.15.0
google.golang.org/genproto v0.0.0-20210426193834-eac7f76ac494
google.golang.org/grpc v1.37.0
google.golang.org/protobuf v1.26.0
google.golang.org/protobuf v1.34.1
gorm.io/driver/mysql v1.1.0
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.10
Expand Down
Loading

0 comments on commit a5b6ac0

Please sign in to comment.