Compare commits
No commits in common. "6a4b22cbeba00778723d585a6a7721f3b1ed07f9" and "4d245122b5970a3a84baa38f06ffc03400c0ed97" have entirely different histories.
6a4b22cbeb
...
4d245122b5
1 changed files with 3 additions and 1 deletions
4
go.mod
4
go.mod
|
@ -1,6 +1,8 @@
|
||||||
module github.com/cert-manager/webhook-example
|
module github.com/cert-manager/webhook-example
|
||||||
|
|
||||||
go 1.22.2
|
go 1.22.0
|
||||||
|
|
||||||
|
toolchain go1.22.2
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/cert-manager/cert-manager v1.14.4
|
github.com/cert-manager/cert-manager v1.14.4
|
||||||
|
|
Loading…
Reference in a new issue