1
0
Fork 0
mirror of https://github.com/Luzifer/rootzone.git synced 2024-11-08 16:00:10 +00:00
rootzone/go.mod
dependabot[bot] 7e57ad647f
Bump golang.org/x/net from 0.0.0-20190522155817-f3200d17e092 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190522155817-f3200d17e092 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 18:43:57 +00:00

15 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.12
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.27.1 // indirect
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
)