Skip to content

Commit

Permalink
Merge pull request #427 from nspcc-dev/dependabot/go_modules/google.g…
Browse files Browse the repository at this point in the history
…olang.org/grpc-1.53.0

Bump google.golang.org/grpc from 1.48.0 to 1.53.0
  • Loading branch information
cthulhu-rider committed Jul 6, 2023
2 parents a900856 + f225570 commit dc498a3
Show file tree
Hide file tree
Showing 2 changed files with 979 additions and 8 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.17
require (
github.com/nspcc-dev/neofs-crypto v0.4.0
github.com/stretchr/testify v1.7.0
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.28.0
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
)

require (
Expand All @@ -18,7 +18,7 @@ require (
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

Expand Down
Loading

0 comments on commit dc498a3

Please sign in to comment.