2022-06-30 21:27:56 +08:00
|
|
|
module github.com/sagernet/sing-box
|
|
|
|
|
2023-08-16 17:47:24 +08:00
|
|
|
go 1.20
|
2022-06-30 21:27:56 +08:00
|
|
|
|
|
|
|
require (
|
2022-08-21 00:59:49 +08:00
|
|
|
berty.tech/go-libtor v1.0.385
|
2023-12-08 11:18:36 +08:00
|
|
|
github.com/caddyserver/certmagic v0.20.0
|
2023-10-31 18:24:58 +08:00
|
|
|
github.com/cloudflare/circl v1.3.6
|
2022-08-21 00:59:49 +08:00
|
|
|
github.com/cretz/bine v0.2.0
|
2023-10-25 12:00:00 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0
|
2023-12-27 10:37:18 +08:00
|
|
|
github.com/go-chi/chi/v5 v5.0.11
|
2022-07-19 22:16:49 +08:00
|
|
|
github.com/go-chi/cors v1.2.1
|
2023-07-19 14:45:30 +08:00
|
|
|
github.com/go-chi/render v1.0.3
|
2023-04-13 10:36:22 +08:00
|
|
|
github.com/gofrs/uuid/v5 v5.0.0
|
2023-12-08 11:18:36 +08:00
|
|
|
github.com/insomniacslk/dhcp v0.0.0-20231206064809-8c70d406f6d2
|
2023-09-16 21:37:22 +08:00
|
|
|
github.com/libdns/alidns v1.0.3
|
|
|
|
github.com/libdns/cloudflare v0.1.0
|
2022-06-30 21:27:56 +08:00
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
2023-06-26 19:34:08 +08:00
|
|
|
github.com/mholt/acmez v1.2.0
|
2023-11-20 18:44:00 +08:00
|
|
|
github.com/miekg/dns v1.1.57
|
2023-06-11 15:07:32 +08:00
|
|
|
github.com/ooni/go-libtor v1.1.8
|
2023-08-05 18:40:59 +08:00
|
|
|
github.com/oschwald/maxminddb-golang v1.12.0
|
2023-10-16 12:00:00 +08:00
|
|
|
github.com/sagernet/bbolt v0.0.0-20231014093535-ea5cb2fe9f0a
|
2023-09-12 13:10:51 +08:00
|
|
|
github.com/sagernet/cloudflare-tls v0.0.0-20230829051644-4a68352d0c4a
|
2023-09-15 22:24:28 +08:00
|
|
|
github.com/sagernet/gomobile v0.0.0-20230915142329-c6740b6d2950
|
2023-10-30 12:00:00 +08:00
|
|
|
github.com/sagernet/gvisor v0.0.0-20231119034329-07cfb6aaf930
|
2023-11-14 21:48:55 +08:00
|
|
|
github.com/sagernet/quic-go v0.40.0
|
2023-04-06 19:05:05 +08:00
|
|
|
github.com/sagernet/reality v0.0.0-20230406110435-ee17307e7691
|
2023-11-29 17:35:40 +08:00
|
|
|
github.com/sagernet/sing v0.3.0-rc.4
|
2023-12-21 14:19:27 +08:00
|
|
|
github.com/sagernet/sing-dns v0.1.12
|
2024-01-01 16:15:41 +08:00
|
|
|
github.com/sagernet/sing-mux v0.1.7
|
2023-12-20 19:56:50 +08:00
|
|
|
github.com/sagernet/sing-quic v0.1.6
|
2023-12-11 21:39:53 +08:00
|
|
|
github.com/sagernet/sing-shadowsocks v0.2.6
|
2023-11-20 18:44:00 +08:00
|
|
|
github.com/sagernet/sing-shadowsocks2 v0.1.5
|
2023-07-23 14:23:51 +08:00
|
|
|
github.com/sagernet/sing-shadowtls v0.1.4
|
2023-12-14 15:09:03 +08:00
|
|
|
github.com/sagernet/sing-tun v0.1.24
|
2023-09-20 22:20:40 +08:00
|
|
|
github.com/sagernet/sing-vmess v0.1.8
|
2023-03-12 18:31:59 +08:00
|
|
|
github.com/sagernet/smux v0.0.0-20230312102458-337ec2a5af37
|
2023-08-16 17:47:24 +08:00
|
|
|
github.com/sagernet/tfo-go v0.0.0-20230816093905-5a5c285d44a6
|
2023-03-09 10:51:01 +08:00
|
|
|
github.com/sagernet/utls v0.0.0-20230309024959-6732c2ab36f2
|
2023-08-07 17:46:51 +08:00
|
|
|
github.com/sagernet/wireguard-go v0.0.0-20230807125731-5d4a7ef2dc5f
|
2023-12-04 20:42:01 +08:00
|
|
|
github.com/sagernet/ws v0.0.0-20231204124109-acfe8907c854
|
2023-11-05 16:02:10 +08:00
|
|
|
github.com/spf13/cobra v1.8.0
|
2023-06-11 15:07:32 +08:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2023-09-19 18:32:42 +08:00
|
|
|
go.uber.org/zap v1.26.0
|
2023-12-04 21:06:15 +08:00
|
|
|
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
|
2023-12-20 19:56:50 +08:00
|
|
|
golang.org/x/crypto v0.17.0
|
2023-11-29 21:01:19 +08:00
|
|
|
golang.org/x/net v0.19.0
|
|
|
|
golang.org/x/sys v0.15.0
|
2023-05-19 15:46:48 +08:00
|
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
|
2023-12-27 10:37:18 +08:00
|
|
|
google.golang.org/grpc v1.60.1
|
|
|
|
google.golang.org/protobuf v1.32.0
|
2023-12-04 21:06:15 +08:00
|
|
|
howett.net/plist v1.0.1
|
2022-08-16 23:37:51 +08:00
|
|
|
)
|
|
|
|
|
2023-03-15 13:34:02 +08:00
|
|
|
//replace github.com/sagernet/sing => ../sing
|
2023-09-26 17:41:07 +08:00
|
|
|
|
2022-06-30 21:27:56 +08:00
|
|
|
require (
|
2022-07-30 00:29:22 +08:00
|
|
|
github.com/ajg/form v1.5.1 // indirect
|
2023-02-20 14:08:13 +08:00
|
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
2022-07-26 12:37:03 +08:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-08-20 16:49:25 +08:00
|
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
2023-07-23 14:42:19 +08:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
2023-11-09 16:59:44 +08:00
|
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
2023-05-19 15:46:48 +08:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-06-11 22:07:22 +08:00
|
|
|
github.com/google/btree v1.1.2 // indirect
|
2023-11-14 21:48:55 +08:00
|
|
|
github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a // indirect
|
2023-04-20 11:16:22 +08:00
|
|
|
github.com/hashicorp/yamux v0.1.1 // indirect
|
2023-04-07 13:40:08 +08:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2023-02-08 16:28:52 +08:00
|
|
|
github.com/josharian/native v1.1.0 // indirect
|
2023-02-07 18:22:04 +08:00
|
|
|
github.com/klauspost/compress v1.15.15 // indirect
|
2023-06-26 19:34:08 +08:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
2022-08-19 15:42:57 +08:00
|
|
|
github.com/libdns/libdns v0.2.1 // indirect
|
2022-11-28 11:25:31 +08:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2023-11-14 21:48:55 +08:00
|
|
|
github.com/onsi/ginkgo/v2 v2.9.7 // indirect
|
2023-02-20 14:18:50 +08:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.14 // indirect
|
2022-07-02 22:55:10 +08:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-02-02 11:57:17 +08:00
|
|
|
github.com/quic-go/qpack v0.4.0 // indirect
|
2023-11-14 21:48:55 +08:00
|
|
|
github.com/quic-go/qtls-go1-20 v0.4.1 // indirect
|
2022-08-18 10:10:09 +08:00
|
|
|
github.com/sagernet/go-tun2socks v1.16.12-0.20220818015926-16cb67876a61 // indirect
|
2022-09-07 22:54:04 +08:00
|
|
|
github.com/sagernet/netlink v0.0.0-20220905062125-8043b4a9aa97 // indirect
|
2023-06-07 21:01:29 +08:00
|
|
|
github.com/scjalliance/comshim v0.0.0-20230315213746-5e51f40bd3b9 // indirect
|
2022-06-30 21:27:56 +08:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-03-05 21:38:02 +08:00
|
|
|
github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 // indirect
|
2022-07-09 19:18:37 +08:00
|
|
|
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
|
2023-07-19 14:45:30 +08:00
|
|
|
github.com/zeebo/blake3 v0.2.3 // indirect
|
2023-06-11 15:07:32 +08:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2023-12-20 19:56:50 +08:00
|
|
|
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848 // indirect
|
2023-11-20 18:44:00 +08:00
|
|
|
golang.org/x/mod v0.14.0 // indirect
|
2023-11-09 15:53:19 +08:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2023-10-30 12:00:00 +08:00
|
|
|
golang.org/x/time v0.4.0 // indirect
|
2023-12-04 21:06:15 +08:00
|
|
|
golang.org/x/tools v0.16.0 // indirect
|
2023-12-27 10:37:18 +08:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
|
2022-11-28 11:25:31 +08:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2022-07-06 12:39:44 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-06-17 12:17:31 +08:00
|
|
|
lukechampine.com/blake3 v1.2.1 // indirect
|
2022-06-30 21:27:56 +08:00
|
|
|
)
|