1
0
mirror of https://github.com/Luzifer/rootzone.git synced 2024-09-19 17:32:57 +00:00
rootzone/go.mod
dependabot[bot] fc5f370410
Bump github.com/miekg/dns from 1.1.12 to 1.1.25
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.12 to 1.1.25.
- [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.12...v1.1.25)

---
updated-dependencies:
- dependency-name: github.com/miekg/dns
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 19:07:07 +00:00

16 lines
442 B
Modula-2

module github.com/Luzifer/rootzone
go 1.12
require (
github.com/Luzifer/go_helpers v2.8.1+incompatible // indirect
github.com/Luzifer/go_helpers/v2 v2.9.1
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/miekg/dns v1.1.25
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.19.0 // indirect
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
)