Skip to content

Commit

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

---
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] committed Aug 2, 2023
1 parent 24ee8b1 commit 7bd198f
Show file tree
Hide file tree
Showing 2 changed files with 763 additions and 11 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 v0.0.0-20160126235308-23def4e6c14b
github.com/golang/glog v1.0.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.7.0
google.golang.org/grpc v1.38.0
google.golang.org/grpc v1.53.0
k8s.io/mount-utils v0.23.0
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
)
Expand Down
Loading

0 comments on commit 7bd198f

Please sign in to comment.