forked from kubernetes-csi/livenessprobe
-
Notifications
You must be signed in to change notification settings - Fork 0
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 kubernetes-csi#42 from mpatlasov/fix-leaked-net.Co…
…nn-4.11 OCPBUGS-13820: Bump gRPC from 1.38.0 to 1.49.0
- Loading branch information
Showing
489 changed files
with
59,767 additions
and
20,141 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,12 +1,33 @@ | ||
module github.com/kubernetes-csi/livenessprobe | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/container-storage-interface/spec v1.5.0 | ||
github.com/golang/mock v1.4.3 | ||
github.com/kubernetes-csi/csi-lib-utils v0.10.0 | ||
github.com/kubernetes-csi/csi-test/v4 v4.0.0-20200806214950-555d70a11a8b | ||
google.golang.org/grpc v1.38.0 | ||
google.golang.org/grpc v1.49.0 | ||
k8s.io/klog/v2 v2.9.0 | ||
) | ||
|
||
require ( | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/blang/semver v3.5.1+incompatible // indirect | ||
github.com/cespare/xxhash/v2 v2.1.1 // indirect | ||
github.com/go-logr/logr v0.4.0 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
github.com/prometheus/client_golang v1.11.0 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.26.0 // indirect | ||
github.com/prometheus/procfs v0.6.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
k8s.io/apimachinery v0.22.0 // indirect | ||
k8s.io/component-base v0.22.0 // indirect | ||
) |
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.
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.