Skip to content

Commit

Permalink
update to grpc-gateway v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny911 committed Jul 16, 2021
1 parent 844ae25 commit cc8ec10
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 4 deletions.
4 changes: 1 addition & 3 deletions go.mod
Expand Up @@ -3,17 +3,15 @@ module github.com/tiny911/doraemon
go 1.15

require (
github.com/google/go-cmp v0.5.6 // indirect
github.com/gorilla/handlers v1.5.1
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
github.com/opentracing/opentracing-go v1.2.0
github.com/prometheus/client_golang v1.11.0
github.com/tiny911/gobase v0.0.0-20210114101630-bd918375733f
go.uber.org/zap v1.18.1
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
google.golang.org/grpc v1.39.0
gopkg.in/yaml.v2 v2.4.0
)

0 comments on commit cc8ec10

Please sign in to comment.