mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 23:05:48 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.31 to 1.1.43. - [Release notes](https://github.com/miekg/dns/releases) - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](https://github.com/miekg/dns/compare/v1.1.31...v1.1.43) --- updated-dependencies: - dependency-name: github.com/miekg/dns dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
260 B
Modula-2
11 lines
260 B
Modula-2
module github.com/Timdawson264/cert-manager-pdns
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/jetstack/cert-manager v1.2.0
|
|
github.com/joeig/go-powerdns/v2 v2.4.1
|
|
github.com/miekg/dns v1.1.43 // indirect
|
|
k8s.io/apiextensions-apiserver v0.19.0
|
|
k8s.io/client-go v0.19.0
|
|
)
|