This repository has been archived by the owner on May 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: James Munnelly <james.munnelly@jetstack.io>
- Loading branch information
James Munnelly
committed
Mar 5, 2020
1 parent
f002690
commit 011a3f9
Showing
5 changed files
with
320 additions
and
223 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,15 @@ | ||
module github.com/jetstack/cert-manager-external-issuer-example | ||
|
||
go 1.12 | ||
go 1.13 | ||
|
||
require ( | ||
github.com/go-logr/logr v0.1.0 | ||
github.com/jetstack/cert-manager v0.9.1-0.20190801150227-8fa48c2148e3 | ||
github.com/onsi/ginkgo v1.8.0 | ||
github.com/onsi/gomega v1.5.0 | ||
k8s.io/api v0.0.0-20190718183219-b59d8169aab5 | ||
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719 | ||
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible | ||
k8s.io/klog v0.3.1 | ||
k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a | ||
sigs.k8s.io/controller-runtime v0.2.0-beta.4 | ||
github.com/jetstack/cert-manager v0.13.1 | ||
github.com/onsi/ginkgo v1.11.0 | ||
github.com/onsi/gomega v1.8.1 | ||
k8s.io/api v0.17.3 | ||
k8s.io/apimachinery v0.17.3 | ||
k8s.io/client-go v0.17.3 | ||
k8s.io/utils v0.0.0-20191114184206-e782cd3c129f | ||
sigs.k8s.io/controller-runtime v0.5.0 | ||
) | ||
|
||
replace k8s.io/api => k8s.io/api v0.0.0-20190718183219-b59d8169aab5 | ||
|
||
replace k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719 | ||
|
||
replace k8s.io/client-go => k8s.io/client-go v0.0.0-20190718183610-8e956561bbf5 |
Oops, something went wrong.