-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update go to 1.15 * Update go dependencies
- Loading branch information
Showing
654 changed files
with
91,316 additions
and
110,670 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,14 +1,13 @@ | ||
module github.com/jet/kube-webhook-certgen | ||
|
||
go 1.14 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/googleapis/gnostic v0.2.0 // indirect | ||
github.com/imdario/mergo v0.3.7 // indirect | ||
github.com/onrik/logrus v0.3.0 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/cobra v0.0.4 | ||
k8s.io/api v0.18.5 | ||
k8s.io/apimachinery v0.18.5 | ||
k8s.io/client-go v0.18.5 | ||
k8s.io/api v0.19.2 | ||
k8s.io/apimachinery v0.19.2 | ||
k8s.io/client-go v0.19.2 | ||
) |
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.
Oops, something went wrong.