sing-box/go.mod

98 lines
4.0 KiB
Modula-2
Raw Permalink Normal View History

2022-06-30 13:27:56 +00:00
module github.com/sagernet/sing-box
2023-08-16 09:47:24 +00:00
go 1.20
2022-06-30 13:27:56 +00:00
require (
2022-08-20 16:59:49 +00:00
berty.tech/go-libtor v1.0.385
2023-12-08 03:18:36 +00:00
github.com/caddyserver/certmagic v0.20.0
2024-01-07 08:45:49 +00:00
github.com/cloudflare/circl v1.3.7
2022-08-20 16:59:49 +00:00
github.com/cretz/bine v0.2.0
2023-10-25 04:00:00 +00:00
github.com/fsnotify/fsnotify v1.7.0
2024-02-26 05:25:23 +00:00
github.com/go-chi/chi/v5 v5.0.12
2022-07-19 14:16:49 +00:00
github.com/go-chi/cors v1.2.1
2023-07-19 06:45:30 +00:00
github.com/go-chi/render v1.0.3
2024-02-14 05:08:08 +00:00
github.com/gofrs/uuid/v5 v5.2.0
2023-12-08 03:18:36 +00:00
github.com/insomniacslk/dhcp v0.0.0-20231206064809-8c70d406f6d2
github.com/libdns/alidns v1.0.3
2024-03-29 04:52:06 +00:00
github.com/libdns/cloudflare v0.1.1
2022-06-30 13:27:56 +00:00
github.com/logrusorgru/aurora v2.0.3+incompatible
2023-06-26 11:34:08 +00:00
github.com/mholt/acmez v1.2.0
2024-04-15 01:02:47 +00:00
github.com/miekg/dns v1.1.59
2023-06-11 07:07:32 +00:00
github.com/ooni/go-libtor v1.1.8
2023-08-05 10:40:59 +00:00
github.com/oschwald/maxminddb-golang v1.12.0
2023-10-16 04:00:00 +00:00
github.com/sagernet/bbolt v0.0.0-20231014093535-ea5cb2fe9f0a
2023-12-08 17:19:29 +00:00
github.com/sagernet/cloudflare-tls v0.0.0-20231208171750-a4483c1b7cd1
2024-02-24 11:41:24 +00:00
github.com/sagernet/gomobile v0.1.3
2024-02-14 05:08:08 +00:00
github.com/sagernet/gvisor v0.0.0-20240428053021-e691de28565f
2024-02-14 05:08:08 +00:00
github.com/sagernet/quic-go v0.43.1-beta.1
2023-04-06 11:05:05 +00:00
github.com/sagernet/reality v0.0.0-20230406110435-ee17307e7691
github.com/sagernet/sing v0.4.0-beta.19
github.com/sagernet/sing-dns v0.2.0-beta.18
2024-01-07 08:45:49 +00:00
github.com/sagernet/sing-mux v0.2.0
2024-02-14 05:08:08 +00:00
github.com/sagernet/sing-quic v0.2.0-beta.5
2023-12-11 13:39:53 +00:00
github.com/sagernet/sing-shadowsocks v0.2.6
2024-01-07 08:45:49 +00:00
github.com/sagernet/sing-shadowsocks2 v0.2.0
2023-07-23 06:23:51 +00:00
github.com/sagernet/sing-shadowtls v0.1.4
2024-02-14 05:08:08 +00:00
github.com/sagernet/sing-tun v0.3.0-beta.2
2023-09-20 14:20:40 +00:00
github.com/sagernet/sing-vmess v0.1.8
github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7
2023-12-09 07:34:38 +00:00
github.com/sagernet/tfo-go v0.0.0-20231209031829-7b5343ac1dc6
2023-12-09 04:11:21 +00:00
github.com/sagernet/utls v1.5.4
github.com/sagernet/wireguard-go v0.0.0-20231215174105-89dec3b2f3e8
github.com/sagernet/ws v0.0.0-20231204124109-acfe8907c854
2023-11-05 08:02:10 +00:00
github.com/spf13/cobra v1.8.0
2024-03-02 06:29:28 +00:00
github.com/stretchr/testify v1.9.0
2024-02-26 05:25:23 +00:00
go.uber.org/zap v1.27.0
2023-12-04 13:06:15 +00:00
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
2024-02-14 05:08:08 +00:00
golang.org/x/crypto v0.23.0
golang.org/x/net v0.25.0
golang.org/x/sys v0.20.0
2023-05-19 07:46:48 +00:00
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
2024-04-12 01:05:59 +00:00
google.golang.org/grpc v1.63.2
2024-03-08 15:36:33 +00:00
google.golang.org/protobuf v1.33.0
2023-12-04 13:06:15 +00:00
howett.net/plist v1.0.1
2022-08-16 15:37:51 +00:00
)
2023-03-15 05:34:02 +00:00
//replace github.com/sagernet/sing => ../sing
2023-09-26 09:41:07 +00:00
2022-06-30 13:27:56 +00:00
require (
2022-07-29 16:29:22 +00:00
github.com/ajg/form v1.5.1 // indirect
2023-12-09 04:11:21 +00:00
github.com/andybalholm/brotli v1.0.6 // indirect
2022-07-26 04:37:03 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
2023-12-09 04:11:21 +00:00
github.com/gaukas/godicttls v0.0.4 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
2023-07-23 06:42:19 +00:00
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
2023-11-09 08:59:44 +00:00
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
2023-06-11 14:07:22 +00:00
github.com/google/btree v1.1.2 // indirect
2023-11-14 13:48:55 +00:00
github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a // indirect
2023-04-20 03:16:22 +00:00
github.com/hashicorp/yamux v0.1.1 // indirect
2023-04-07 05:40:08 +00:00
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2023-02-08 08:28:52 +00:00
github.com/josharian/native v1.1.0 // indirect
2023-12-09 04:11:21 +00:00
github.com/klauspost/compress v1.17.4 // indirect
2023-06-26 11:34:08 +00:00
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
2024-03-29 04:52:06 +00:00
github.com/libdns/libdns v0.2.2 // indirect
2022-11-28 03:25:31 +00:00
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
2023-11-14 13:48:55 +00:00
github.com/onsi/ginkgo/v2 v2.9.7 // indirect
2023-02-20 06:18:50 +00:00
github.com/pierrec/lz4/v4 v4.1.14 // indirect
2022-07-02 14:55:10 +00:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2023-02-02 03:57:17 +00:00
github.com/quic-go/qpack v0.4.0 // indirect
2023-11-14 13:48:55 +00:00
github.com/quic-go/qtls-go1-20 v0.4.1 // indirect
github.com/sagernet/netlink v0.0.0-20220905062125-8043b4a9aa97 // indirect
2022-06-30 13:27:56 +00:00
github.com/spf13/pflag v1.0.5 // indirect
2023-03-05 13:38:02 +00:00
github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 // indirect
2022-07-09 11:18:37 +00:00
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
2023-07-19 06:45:30 +00:00
github.com/zeebo/blake3 v0.2.3 // indirect
2023-06-11 07:07:32 +00:00
go.uber.org/multierr v1.11.0 // indirect
2024-02-14 05:08:08 +00:00
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sync v0.7.0 // indirect
2024-02-14 05:08:08 +00:00
golang.org/x/text v0.15.0 // indirect
golang.org/x/time v0.5.0 // indirect
2024-02-14 05:08:08 +00:00
golang.org/x/tools v0.21.0 // indirect
2024-04-06 15:03:24 +00:00
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
2022-11-28 03:25:31 +00:00
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
2022-07-06 04:39:44 +00:00
gopkg.in/yaml.v3 v3.0.1 // indirect
2023-06-17 04:17:31 +00:00
lukechampine.com/blake3 v1.2.1 // indirect
2022-06-30 13:27:56 +00:00
)