forked from aws/eks-distro
-
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.
[PR BOT] Update go.mod files (aws#1427)
- Loading branch information
1 parent
29fd033
commit 2b3a5e6
Showing
6 changed files
with
567 additions
and
138 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,13 +1,33 @@ | ||
module github.com/kubernetes-csi/livenessprobe | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/container-storage-interface/spec v1.5.0 | ||
github.com/golang/mock v1.5.0 | ||
github.com/container-storage-interface/spec v1.6.0 | ||
github.com/golang/mock v1.6.0 | ||
github.com/kubernetes-csi/csi-lib-utils v0.11.0 | ||
github.com/kubernetes-csi/csi-test/v4 v4.0.0-20200806214950-555d70a11a8b | ||
github.com/prometheus/client_golang v1.11.1 // indirect | ||
google.golang.org/grpc v1.40.0 | ||
k8s.io/klog/v2 v2.60.0 | ||
github.com/kubernetes-csi/csi-test/v5 v5.0.0 | ||
google.golang.org/grpc v1.48.0 | ||
k8s.io/klog/v2 v2.70.1 | ||
) | ||
|
||
require ( | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/blang/semver/v4 v4.0.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
github.com/prometheus/client_golang v1.12.2 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.37.0 // indirect | ||
github.com/prometheus/procfs v0.8.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/net v0.0.0-20220921203646-d300de134e69 // indirect | ||
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect | ||
golang.org/x/text v0.3.8 // indirect | ||
google.golang.org/genproto v0.0.0-20220804142021-4e6b2dfa6612 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
k8s.io/apimachinery v0.25.2 // indirect | ||
k8s.io/component-base v0.25.2 // indirect | ||
) |
Oops, something went wrong.