Skip to content

Commit

Permalink
Merge pull request #642 from alculquicondor/upgrade-google-api
Browse files Browse the repository at this point in the history
Upgrade google.golang.org/api and transient dependencies
  • Loading branch information
k8s-ci-robot authored Oct 28, 2020
2 parents 2f7be63 + 7292f7b commit 4ac49d4
Show file tree
Hide file tree
Showing 393 changed files with 266,269 additions and 215,177 deletions.
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@ module sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
go 1.13

require (
cloud.google.com/go v0.45.1
cloud.google.com/go v0.65.0
github.com/GoogleCloudPlatform/k8s-cloud-provider v0.0.0-20190822182118-27a4ced34534
github.com/container-storage-interface/spec v1.2.0
github.com/golang/protobuf v1.4.1
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.1
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/kubernetes-csi/csi-proxy/client v0.2.1
github.com/kubernetes-csi/csi-test/v3 v3.0.0
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.7.1
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056
google.golang.org/api v0.10.0
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.27.1
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
google.golang.org/api v0.34.0
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d
google.golang.org/grpc v1.31.1
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/warnings.v0 v0.1.2 // indirect
k8s.io/apimachinery v0.18.0
Expand Down
225 changes: 223 additions & 2 deletions go.sum

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions test/run-unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ set -x

readonly PKGDIR=sigs.k8s.io/gcp-compute-persistent-disk-csi-driver

go test -timeout 30s "${PKGDIR}/pkg/gce-pd-csi-driver"
# The following have no unit tests yet
#go test -timeout 30s "${PKGDIR}/pkg/mount-manager"
#go test -timeout 30s "${PKGDIR}/pkg/gce-cloud-provider/compute"
go test -timeout 30s "${PKGDIR}/pkg/..."
55 changes: 24 additions & 31 deletions vendor/cloud.google.com/go/compute/metadata/metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 74 additions & 2 deletions vendor/cloud.google.com/go/iam/iam.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 12 additions & 7 deletions vendor/cloud.google.com/go/kms/apiv1/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4ac49d4

Please sign in to comment.