Skip to content

Commit

Permalink
bump versions, fix dependency vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
talgendler committed Feb 25, 2023
1 parent 62bac42 commit 3baaae4
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 38 deletions.
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ go 1.14

require (
github.com/golang/mock v1.6.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.13.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.1
github.com/opentracing/opentracing-go v1.2.0
github.com/soheilhy/cmux v0.1.4
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
go.uber.org/atomic v1.10.0 // indirect
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.2.0 // indirect
google.golang.org/genproto v0.0.0-20221109142239-94d6d90a7d66
google.golang.org/grpc v1.50.1
go.uber.org/fx v1.19.2
go.uber.org/multierr v1.9.0 // indirect
go.uber.org/zap v1.24.0 // indirect
google.golang.org/genproto v0.0.0-20230223222841-637eb2293923
google.golang.org/grpc v1.53.0
google.golang.org/grpc/examples v0.0.0-20201106192519-9c2f82d9a79c // indirect
google.golang.org/protobuf v1.28.1
)
Loading

0 comments on commit 3baaae4

Please sign in to comment.