Skip to content

Commit

Permalink
chore(deps): bump and bump xrpc to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
petomalina committed May 21, 2021
1 parent 0f00d2b commit 82aa6df
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 5 deletions.
13 changes: 8 additions & 5 deletions go.mod
@@ -1,4 +1,4 @@
module github.com/petomalina/xrpc
module github.com/petomalina/xrpc/v2

go 1.15

Expand All @@ -8,13 +8,16 @@ require (
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.4.0
github.com/improbable-eng/grpc-web v0.13.0
github.com/improbable-eng/grpc-web v0.14.0
github.com/klauspost/compress v1.12.2 // indirect
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/rs/cors v1.7.0 // indirect
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.16.0
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
google.golang.org/genproto v0.0.0-20210426193834-eac7f76ac494
google.golang.org/grpc v1.37.0
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023
golang.org/x/sys v0.0.0-20210521090106-6ca3eb03dfc2 // indirect
google.golang.org/genproto v0.0.0-20210520160233-290a1ae68a05
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
nhooyr.io/websocket v1.8.7 // indirect
)

0 comments on commit 82aa6df

Please sign in to comment.