parent
3f6d1d586c
commit
86ce49872b
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,7 +12,7 @@
|
|||
*.out
|
||||
|
||||
# Ignore the built binary
|
||||
cert-manager-webhook-example
|
||||
cert-manager-webhook-dnsimple
|
||||
|
||||
# direnv nix binaries
|
||||
.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
|
||||
|
||||
|
|
Loading…
Reference in a new issue