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