mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 02:53:12 +00:00
75 lines
3.3 KiB
Modula-2
75 lines
3.3 KiB
Modula-2
module test
|
|
|
|
go 1.18
|
|
|
|
require github.com/sagernet/sing-box v0.0.0
|
|
|
|
replace github.com/sagernet/sing-box => ../
|
|
|
|
require (
|
|
github.com/docker/docker v20.10.17+incompatible
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/gofrs/uuid v4.2.0+incompatible
|
|
github.com/sagernet/sing v0.0.0-20220730132230-401581b13944
|
|
github.com/sagernet/sing-shadowsocks v0.0.0-20220730132258-5c45f99276b8
|
|
github.com/spyzhov/ajson v0.7.1
|
|
github.com/stretchr/testify v1.8.0
|
|
golang.org/x/net v0.0.0-20220728211354-c7608f3a8462
|
|
)
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.5.1 // indirect
|
|
github.com/ajg/form v1.5.1 // indirect
|
|
github.com/cheekybits/genny v1.0.0 // indirect
|
|
github.com/database64128/tfo-go v1.1.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
|
github.com/go-chi/chi/v5 v5.0.7 // indirect
|
|
github.com/go-chi/cors v1.2.1 // indirect
|
|
github.com/go-chi/render v1.0.2 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/yamux v0.1.1 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
|
|
github.com/lucas-clemente/quic-go v0.28.1 // indirect
|
|
github.com/marten-seemann/qpack v0.2.1 // indirect
|
|
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
|
|
github.com/marten-seemann/qtls-go1-17 v0.1.2 // indirect
|
|
github.com/marten-seemann/qtls-go1-18 v0.1.2 // indirect
|
|
github.com/marten-seemann/qtls-go1-19 v0.1.0-beta.1 // indirect
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/onsi/ginkgo v1.16.4 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.2 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.9.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/sagernet/sing-dns v0.0.0-20220730061139-c8e0fb296da9 // indirect
|
|
github.com/sagernet/sing-tun v0.0.0-20220730061211-d5dd3b3bb14a // indirect
|
|
github.com/sagernet/sing-vmess v0.0.0-20220730132251-bb961241a5d0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/vishvananda/netlink v1.1.0 // indirect
|
|
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/sys v0.0.0-20220730100132-1609e554cd39 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
golang.org/x/tools v0.1.9 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
gotest.tools/v3 v3.3.0 // indirect
|
|
gvisor.dev/gvisor v0.0.0-20220711011657-cecae2f4234d // indirect
|
|
lukechampine.com/blake3 v1.1.7 // indirect
|
|
)
|