Skip to content

Commit

Permalink
version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
talgendler committed Nov 10, 2022
1 parent d621762 commit 285b25a
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 21 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ go 1.14

require (
github.com/golang/mock v1.6.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.13.0
github.com/opentracing/opentracing-go v1.2.0
github.com/soheilhy/cmux v0.1.4
github.com/stretchr/testify v1.8.0
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/fx v1.18.1
go.uber.org/fx v1.18.2
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.23.0 // indirect
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf
google.golang.org/grpc v1.49.0
golang.org/x/net v0.2.0 // indirect
google.golang.org/genproto v0.0.0-20221109142239-94d6d90a7d66
google.golang.org/grpc v1.50.1
google.golang.org/grpc/examples v0.0.0-20201106192519-9c2f82d9a79c // indirect
google.golang.org/protobuf v1.28.1
)
Loading

0 comments on commit 285b25a

Please sign in to comment.