cert-manager-webhook-example/go.mod
dependabot[bot] 655658c0f0
Bump github.com/miekg/dns from 1.1.31 to 1.1.43
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>
2021-07-19 14:13:39 +00:00

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
)