sing-box/test/go.mod

100 lines
4.7 KiB
Modula-2
Raw Normal View History

2022-07-08 16:01:23 +00:00
module test
go 1.18
2022-07-18 04:32:31 +00:00
require github.com/sagernet/sing-box v0.0.0
replace github.com/sagernet/sing-box => ../
2022-07-08 16:01:23 +00:00
require (
github.com/docker/docker v20.10.18+incompatible
2022-07-08 16:01:23 +00:00
github.com/docker/go-connections v0.4.0
github.com/gofrs/uuid v4.3.0+incompatible
2022-09-23 05:14:31 +00:00
github.com/sagernet/sing v0.0.0-20220921101604-86d7d510231f
github.com/sagernet/sing-shadowsocks v0.0.0-20220819002358-7461bb09a8f6
2022-07-18 10:50:19 +00:00
github.com/spyzhov/ajson v0.7.1
2022-07-08 16:01:23 +00:00
github.com/stretchr/testify v1.8.0
2022-09-23 05:14:31 +00:00
go.uber.org/goleak v1.2.0
golang.org/x/net v0.0.0-20220909164309-bea034e7d591
2022-07-08 16:01:23 +00:00
)
2022-09-03 08:58:55 +00:00
//replace github.com/sagernet/sing => ../../sing
2022-07-08 16:01:23 +00:00
require (
2022-08-21 14:26:00 +00:00
berty.tech/go-libtor v1.0.385 // indirect
github.com/Dreamacro/clash v1.11.8 // indirect
2022-07-18 04:32:31 +00:00
github.com/Microsoft/go-winio v0.5.1 // indirect
2022-07-29 16:29:22 +00:00
github.com/ajg/form v1.5.1 // indirect
2022-09-10 02:27:00 +00:00
github.com/andybalholm/brotli v1.0.4 // indirect
2022-09-14 08:07:52 +00:00
github.com/caddyserver/certmagic v0.17.1 // indirect
2022-09-10 02:27:00 +00:00
github.com/cloudflare/circl v1.2.1-0.20220831060716-4cf0150356fc // indirect
2022-08-21 14:26:00 +00:00
github.com/cretz/bine v0.2.0 // indirect
2022-08-22 10:53:47 +00:00
github.com/database64128/tfo-go v1.1.2 // indirect
2022-07-08 16:01:23 +00:00
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
2022-07-24 05:44:44 +00:00
github.com/fsnotify/fsnotify v1.5.4 // indirect
2022-07-19 14:16:49 +00:00
github.com/go-chi/chi/v5 v5.0.7 // indirect
github.com/go-chi/cors v1.2.1 // indirect
2022-07-29 16:29:22 +00:00
github.com/go-chi/render v1.0.2 // indirect
2022-07-26 04:37:03 +00:00
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
2022-07-08 16:01:23 +00:00
github.com/gogo/protobuf v1.3.2 // indirect
2022-08-18 15:02:36 +00:00
github.com/golang/mock v1.6.0 // indirect
2022-08-22 10:53:47 +00:00
github.com/golang/protobuf v1.5.2 // indirect
2022-07-09 11:18:37 +00:00
github.com/google/btree v1.0.1 // indirect
2022-07-29 16:29:22 +00:00
github.com/hashicorp/yamux v0.1.1 // indirect
2022-09-10 02:27:00 +00:00
github.com/klauspost/compress v1.13.6 // indirect
github.com/klauspost/cpuid/v2 v2.1.0 // indirect
github.com/libdns/libdns v0.2.1 // indirect
2022-07-08 16:01:23 +00:00
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
2022-07-26 04:37:03 +00:00
github.com/marten-seemann/qpack v0.2.1 // indirect
github.com/marten-seemann/qtls-go1-18 v0.1.2 // indirect
2022-08-18 15:02:36 +00:00
github.com/marten-seemann/qtls-go1-19 v0.1.0 // indirect
github.com/mholt/acmez v1.0.4 // indirect
2022-09-10 02:27:00 +00:00
github.com/miekg/dns v1.1.50 // indirect
2022-08-12 02:58:05 +00:00
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
2022-07-08 16:01:23 +00:00
github.com/morikuni/aec v1.0.0 // indirect
2022-07-26 04:37:03 +00:00
github.com/nxadm/tail v1.4.8 // indirect
2022-08-18 15:02:36 +00:00
github.com/onsi/ginkgo v1.16.5 // indirect
2022-07-08 16:01:23 +00:00
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
2022-08-09 08:36:17 +00:00
github.com/oschwald/maxminddb-golang v1.10.0 // indirect
2022-08-23 13:07:35 +00:00
github.com/pires/go-proxyproto v0.6.2 // indirect
2022-07-08 16:01:23 +00:00
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-09-10 02:27:00 +00:00
github.com/refraction-networking/utls v1.1.2 // indirect
2022-08-19 16:20:30 +00:00
github.com/sagernet/abx-go v0.0.0-20220819185957-dba1257d738e // indirect
2022-08-18 02:10:09 +00:00
github.com/sagernet/go-tun2socks v1.16.12-0.20220818015926-16cb67876a61 // indirect
2022-09-10 02:27:00 +00:00
github.com/sagernet/netlink v0.0.0-20220905062125-8043b4a9aa97 // indirect
2022-08-18 15:02:36 +00:00
github.com/sagernet/quic-go v0.0.0-20220818150011-de611ab3e2bb // indirect
github.com/sagernet/sing-dns v0.0.0-20220915084601-812e0864b45b // indirect
2022-09-23 05:14:31 +00:00
github.com/sagernet/sing-tun v0.0.0-20220922083325-80ee99472704 // indirect
github.com/sagernet/sing-vmess v0.0.0-20220923035311-d70afe4ab2c9 // indirect
github.com/sagernet/smux v0.0.0-20220831015742-e0f1988e3195 // indirect
2022-09-13 02:41:10 +00:00
github.com/sagernet/websocket v0.0.0-20220913015213-615516348b4e // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
2022-07-09 11:18:37 +00:00
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
2022-08-12 02:58:05 +00:00
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.22.0 // indirect
2022-08-27 03:28:01 +00:00
go4.org/netipx v0.0.0-20220812043211-3cc044ffd68d // indirect
2022-09-23 05:14:31 +00:00
golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0 // indirect
2022-08-18 15:02:36 +00:00
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
2022-08-27 03:28:01 +00:00
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
2022-09-14 08:07:52 +00:00
golang.org/x/sys v0.0.0-20220913120320-3275c407cedc // indirect
2022-07-26 04:37:03 +00:00
golang.org/x/text v0.3.7 // indirect
2022-07-18 04:32:31 +00:00
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
2022-08-27 03:28:01 +00:00
golang.org/x/tools v0.1.11-0.20220513221640-090b14e8501f // indirect
2022-08-16 15:37:51 +00:00
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
golang.zx2c4.com/wireguard v0.0.0-20220829161405-d1d08426b27b // indirect
2022-08-22 10:53:47 +00:00
google.golang.org/genproto v0.0.0-20210722135532-667f2b7c528f // indirect
2022-08-29 02:10:41 +00:00
google.golang.org/grpc v1.49.0 // indirect
2022-08-22 10:53:47 +00:00
google.golang.org/protobuf v1.28.1 // indirect
2022-07-26 04:37:03 +00:00
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
2022-07-08 16:01:23 +00:00
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.3.0 // indirect
2022-09-10 02:27:00 +00:00
gvisor.dev/gvisor v0.0.0-20220901235040-6ca97ef2ce1c // indirect
2022-07-08 16:01:23 +00:00
lukechampine.com/blake3 v1.1.7 // indirect
)