mirror of
https://github.com/norouter/norouter.git
synced 2025-12-24 13:17:54 +08:00
54 lines
2.1 KiB
Modula-2
54 lines
2.1 KiB
Modula-2
module github.com/norouter/norouter
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/cybozu-go/usocksd v1.2.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/elazarl/goproxy v0.0.0-20211114080932-d06c3be7c11b
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/miekg/dns v1.1.45
|
|
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.1.0
|
|
gvisor.dev/gvisor v0.0.0-20220121190119-4f2d380c8b55
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/cybozu-go/log v1.6.0 // indirect
|
|
github.com/cybozu-go/netutil v1.2.0 // indirect
|
|
github.com/cybozu-go/well v1.10.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/magiconair/properties v1.8.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.1.2 // indirect
|
|
github.com/pelletier/go-toml v1.8.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cast v1.3.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.4.0 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
golang.org/x/mod v0.4.2 // indirect
|
|
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
|
|
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
|
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|