Skip to content

Commit

Permalink
Bump Go dependencies
Browse files Browse the repository at this point in the history
Bump Go dependencies.

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed Jun 11, 2024
1 parent 59edb9a commit dfdb145
Show file tree
Hide file tree
Showing 2 changed files with 2,561 additions and 28 deletions.
12 changes: 6 additions & 6 deletions bindings/go-apiv1/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/hyperledger/fabric-protos-go
go 1.17

require (
github.com/golang/protobuf v1.5.3
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.32.0
github.com/golang/protobuf v1.5.4
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.33.0
)

require (
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
)
Loading

0 comments on commit dfdb145

Please sign in to comment.