update module naming
All checks were successful
/ test (push) Successful in 1m37s
goreleaser / goreleaser (push) Successful in 1m37s

This commit is contained in:
Joseph Hanson 2024-08-01 15:45:38 -05:00
parent 3f6d1d586c
commit e6ba074962
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -12,7 +12,7 @@
*.out
# Ignore the built binary
cert-manager-webhook-example
cert-manager-webhook-dnsimple
# direnv nix binaries
.direnv

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/cert-manager/webhook-example
module git.hsn.dev/jahanson/cert-manager-webhook-dnsimple
go 1.22.2