-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from pohly/prow-update-master
master: update release-tools + dependencies
- Loading branch information
Showing
428 changed files
with
19,415 additions
and
3,206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
module github.com/kubernetes-csi/node-driver-registrar | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/container-storage-interface/spec v1.3.0 // indirect | ||
github.com/go-logr/logr v0.3.0 // indirect | ||
github.com/kubernetes-csi/csi-lib-utils v0.9.0 | ||
github.com/prometheus/client_golang v1.8.0 // indirect | ||
github.com/prometheus/common v0.15.0 // indirect | ||
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 // indirect | ||
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f | ||
google.golang.org/genproto v0.0.0-20201211151036-40ec1c210f7a // indirect | ||
google.golang.org/grpc v1.34.0 | ||
k8s.io/client-go v0.20.0 | ||
k8s.io/klog/v2 v2.4.0 | ||
k8s.io/kubelet v0.20.0 | ||
github.com/container-storage-interface/spec v1.4.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.1 // indirect | ||
github.com/kubernetes-csi/csi-lib-utils v0.9.1 | ||
github.com/prometheus/client_golang v1.9.0 // indirect | ||
github.com/prometheus/common v0.19.0 // indirect | ||
github.com/prometheus/procfs v0.6.0 // indirect | ||
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 // indirect | ||
golang.org/x/sys v0.0.0-20210317225723-c4fcb01b228e | ||
golang.org/x/text v0.3.5 // indirect | ||
google.golang.org/genproto v0.0.0-20210317182105-75c7a8546eb9 // indirect | ||
google.golang.org/grpc v1.36.0 | ||
k8s.io/client-go v0.20.4 | ||
k8s.io/klog/v2 v2.8.0 | ||
k8s.io/kubelet v0.20.4 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.