-
Notifications
You must be signed in to change notification settings - Fork 104
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 #70 from humblec/livenessprobe
Correct connlib.Connect and update dependencies.
- Loading branch information
Showing
667 changed files
with
162,635 additions
and
56,962 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
module github.com/kubernetes-csi/livenessprobe | ||
|
||
go 1.12 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/container-storage-interface/spec v1.1.0 | ||
github.com/golang/mock v1.2.0 | ||
github.com/golang/protobuf v1.3.1 // indirect | ||
github.com/kubernetes-csi/csi-lib-utils v0.6.1 | ||
github.com/kubernetes-csi/csi-test v2.0.0+incompatible | ||
github.com/stretchr/testify v1.4.0 // indirect | ||
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect | ||
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect | ||
github.com/container-storage-interface/spec v1.3.0 | ||
github.com/golang/mock v1.4.3 | ||
github.com/golang/protobuf v1.4.2 // indirect | ||
github.com/kubernetes-csi/csi-lib-utils v0.7.0 | ||
github.com/kubernetes-csi/csi-test/v4 v4.0.0-20200806214950-555d70a11a8b | ||
github.com/stretchr/testify v1.5.1 // indirect | ||
golang.org/x/text v0.3.3 // indirect | ||
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 // indirect | ||
google.golang.org/grpc v1.20.0 | ||
k8s.io/klog v0.3.0 | ||
google.golang.org/grpc v1.29.0 | ||
k8s.io/klog/v2 v2.3.0 | ||
) |
Oops, something went wrong.