diff --git a/.gitignore b/.gitignore index 7dcb1e9..6222bba 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,4 @@ *.out # Ignore the built binary -cert-manager-webhook-example +cert-manager-webhook-dnspod diff --git a/go.mod b/go.mod index cf3f101..5235c68 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/jetstack/cert-manager-webhook-example +module github.com/jetstack/cert-manager-webhook-dnspod go 1.12