Skip to content

Commit

Permalink
build(deps): bump google.golang.org/grpc in /src/csi-s3 (#316)
Browse files Browse the repository at this point in the history
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.53.0...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent eec6c17 commit 95faac9
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/csi-s3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ctrox/csi-s3

require (
github.com/container-storage-interface/spec v1.6.0
github.com/golang/glog v1.0.0
github.com/golang/glog v1.1.0
github.com/kubernetes-csi/csi-lib-utils v0.11.0 // indirect
github.com/kubernetes-csi/csi-test v2.0.0+incompatible
github.com/kubernetes-csi/drivers v1.0.2
Expand All @@ -11,7 +11,7 @@ require (
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
golang.org/x/net v0.17.0
google.golang.org/grpc v1.53.0
google.golang.org/grpc v1.56.3
k8s.io/mount-utils v0.23.0
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
)
Expand Down
Loading

0 comments on commit 95faac9

Please sign in to comment.