Use real cert-manager repository in go.mod

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly
2019-04-18 16:23:05 +01:00
parent afce06a837
commit 2764e68e07
3 changed files with 6 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import (
"k8s.io/client-go/rest"
"github.com/jetstack/cert-manager/pkg/acme/webhook/cmd"
"github.com/jetstack/cert-manager/pkg/apis/certmanager/v1alpha1"
"github.com/jetstack/cert-manager/pkg/acme/webhook/apis/acme/v1alpha1"
)
const GroupName = "acme.mycompany.com"