Skip to content

Commit

Permalink
Merge pull request #62 from containerd/dependabot/go_modules/google.g…
Browse files Browse the repository at this point in the history
…olang.org/grpc-1.56.3

Bump google.golang.org/grpc from 1.53.0 to 1.56.3
  • Loading branch information
dmcgowan authored Oct 30, 2023
2 parents b3440ba + 4645106 commit 96b3c57
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 13 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/containerd/protobuild
go 1.13

require (
github.com/golang/protobuf v1.5.2
github.com/golang/protobuf v1.5.3
github.com/pelletier/go-toml v1.8.1
golang.org/x/tools v0.3.0
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
golang.org/x/tools v0.7.0
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.30.0
)
Loading

0 comments on commit 96b3c57

Please sign in to comment.