mirror of
https://github.com/Luzifer/named-blacklist.git
synced 2024-11-10 00:10:05 +00:00
1b1e3a0147
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190813141303-74dc4d7220e7 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: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
514 B
Modula-2
17 lines
514 B
Modula-2
module github.com/Luzifer/named-blacklist
|
|
|
|
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/korvike/functions v0.6.1
|
|
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
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
|
|
golang.org/x/net v0.7.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|