Files
norouter/go.mod
dependabot-preview[bot] ce8404d958 build(deps): bump github.com/miekg/dns from 1.1.40 to 1.1.41
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>
2021-03-22 18:41:11 +09:00

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
)