update module naming
This commit is contained in:
parent
3f6d1d586c
commit
e6ba074962
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,7 +12,7 @@
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
# Ignore the built binary
|
# Ignore the built binary
|
||||||
cert-manager-webhook-example
|
cert-manager-webhook-dnsimple
|
||||||
|
|
||||||
# direnv nix binaries
|
# direnv nix binaries
|
||||||
.direnv
|
.direnv
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module github.com/cert-manager/webhook-example
|
module git.hsn.dev/jahanson/cert-manager-webhook-dnsimple
|
||||||
|
|
||||||
go 1.22.2
|
go 1.22.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue