13 lines
175 B
Modula-2
13 lines
175 B
Modula-2
module github.com/stuurmcp/cert-manager-webhook-sthome
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.22.1
|
|
|
|
require (
|
|
github.com/cert-manager/cert-manager v1.14.4
|
|
github.com/miekg/dns v1.1.58
|
|
)
|
|
|
|
|