mirror of
https://github.com/norouter/norouter.git
synced 2025-12-24 13:17:54 +08:00
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.10.3 to 2.11.0. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/compare/v2.10.3...v2.11.0) --- updated-dependencies: - dependency-name: github.com/urfave/cli/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
54 lines
2.1 KiB
Modula-2
54 lines
2.1 KiB
Modula-2
module github.com/norouter/norouter
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/cybozu-go/usocksd v1.2.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/elazarl/goproxy v0.0.0-20220115173737-adb46da277ac
|
|
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.50
|
|
github.com/ryanuber/go-glob v1.0.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/urfave/cli/v2 v2.11.0
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gotest.tools/v3 v3.3.0
|
|
gvisor.dev/gvisor v0.0.0-20220413182140-22e8a648b07c
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // 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.1.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
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
|
|
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
|
golang.org/x/tools v0.1.9 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|