Skip to content

Commit

Permalink
[nspcc-dev#176] Update google.golang.org/grpc module to v1.41.0
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
  • Loading branch information
Leonard Lyubich committed Sep 28, 2021
1 parent e887368 commit fe52460
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 17 deletions.
14 changes: 9 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@ module github.com/nspcc-dev/neofs-api-go
go 1.16

require (
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.1
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.1.2
github.com/mr-tron/base58 v1.1.2
github.com/nspcc-dev/hrw v1.0.9
github.com/nspcc-dev/neo-go v0.95.3
github.com/nspcc-dev/neofs-crypto v0.3.0
github.com/stretchr/testify v1.6.1
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.23.0
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210928044308-7d9f5e0b762b // indirect
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20210928142010-c7af6a1a74c9 // indirect
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.27.1
)

// Used for debug reasons
Expand Down
Loading

0 comments on commit fe52460

Please sign in to comment.