mirror of
https://github.com/norouter/norouter.git
synced 2025-12-24 13:17:54 +08:00
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.40 to 1.1.41. - [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.40...v1.1.41) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
23 lines
718 B
Modula-2
23 lines
718 B
Modula-2
module github.com/norouter/norouter
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/cybozu-go/usocksd v1.2.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/elazarl/goproxy v0.0.0-20210110162100-a92cc753f88e
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/miekg/dns v1.1.41
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/ryanuber/go-glob v1.0.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gotest.tools/v3 v3.0.3
|
|
gvisor.dev/gvisor v0.0.0-20210316032147-34cc37e563c4
|
|
)
|