Skip to content

Commit

Permalink
interceptor httpRequest added
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatbostanci committed Jun 7, 2021
1 parent 4027cfc commit 25a44b9
Show file tree
Hide file tree
Showing 6 changed files with 315 additions and 23 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/PulseyTeam/game-server
go 1.16

require (
cloud.google.com/go/logging v1.4.2 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/rs/zerolog v1.22.0
github.com/spf13/viper v1.7.1
Expand All @@ -11,8 +12,8 @@ require (
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/net v0.0.0-20210505214959-0714010a04ed // indirect
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
google.golang.org/genproto v0.0.0-20210506142907-4a47615972c2 // indirect
google.golang.org/grpc v1.37.0
google.golang.org/genproto v0.0.0-20210517163617-5e0236093d7a
google.golang.org/grpc v1.37.1
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit 25a44b9

Please sign in to comment.