mirror of
https://github.com/Luzifer/rootzone.git
synced 2024-11-08 16:00:10 +00:00
6929332ebf
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20190513172903-22d7a77e9e5f to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
442 B
Modula-2
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
|
|
)
|