-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cherry-pick] Use k8s 1.21.1 toolchain (#183)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
- Loading branch information
Showing
95 changed files
with
4,918 additions
and
930 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 was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
10 changes: 3 additions & 7 deletions
10
vendor/go.bytebuilders.dev/license-verifier/kubernetes/go.mod
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,21 +1,17 @@ | ||
module go.bytebuilders.dev/license-verifier/kubernetes | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/gogo/protobuf v1.3.2 | ||
go.bytebuilders.dev/license-verifier v0.9.1 | ||
go.bytebuilders.dev/license-verifier v0.9.2 | ||
k8s.io/api v0.21.0 | ||
k8s.io/apimachinery v0.21.0 | ||
k8s.io/apiserver v0.21.0 | ||
k8s.io/client-go v0.21.0 | ||
k8s.io/klog/v2 v2.8.0 | ||
k8s.io/kube-aggregator v0.21.0 | ||
kmodules.xyz/client-go v0.0.0-20210504004915-de8d9776f2a1 | ||
kmodules.xyz/client-go v0.0.0-20210514054158-27e164b43474 | ||
) | ||
|
||
replace go.bytebuilders.dev/license-verifier => ./.. | ||
|
||
replace cloud.google.com/go => cloud.google.com/go v0.54.0 | ||
|
||
replace github.com/golang/protobuf => github.com/golang/protobuf v1.4.3 |
Oops, something went wrong.