Skip to content

Commit

Permalink
Bump google.golang.org/grpc from 1.20.0 to 1.53.0 in /src/csi-driver-…
Browse files Browse the repository at this point in the history
…nfs (#273)

* Bump google.golang.org/grpc from 1.20.0 to 1.53.0 in /src/csi-driver-nfs

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.20.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.20.0...v1.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update testing.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Srikumar Venugopal <srikumar003@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and srikumar003 authored Aug 2, 2023
1 parent 7bd198f commit 8efbaa0
Show file tree
Hide file tree
Showing 2 changed files with 1,671 additions and 48 deletions.
19 changes: 4 additions & 15 deletions src/csi-driver-nfs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,38 +11,27 @@ require (
github.com/emicklei/go-restful v2.16.0+incompatible // indirect
github.com/evanphx/json-patch v4.0.0+incompatible // indirect
github.com/fatih/camelcase v1.0.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-openapi/spec v0.19.0 // indirect
github.com/go-openapi/swag v0.19.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/golang/glog v1.1.0
github.com/google/gofuzz v1.0.0 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/json-iterator/go v1.1.6 // indirect
github.com/kubernetes-csi/csi-lib-utils v0.2.0
github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983 // indirect
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.3.0 // indirect
github.com/prometheus/procfs v0.0.0-20190412120340-e22ddced7142 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.7.0
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 // indirect
google.golang.org/grpc v1.20.0
golang.org/x/net v0.12.0
google.golang.org/grpc v1.56.2
google.golang.org/grpc/examples v0.0.0-20230728181735-20c51a9f425d // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/square/go-jose.v2 v2.3.1 // indirect
k8s.io/api v0.0.0-20190415132514-c2f1300cac21
Expand Down
Loading

0 comments on commit 8efbaa0

Please sign in to comment.