github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/go.mod (about) 1 module github.com/inazumav/sing-box 2 3 go 1.20 4 5 require ( 6 berty.tech/go-libtor v1.0.385 7 github.com/Dreamacro/clash v1.17.0 8 github.com/caddyserver/certmagic v0.19.2 9 github.com/cloudflare/circl v1.3.3 10 github.com/cretz/bine v0.2.0 11 github.com/dustin/go-humanize v1.0.1 12 github.com/fsnotify/fsnotify v1.6.0 13 github.com/go-chi/chi/v5 v5.0.10 14 github.com/go-chi/cors v1.2.1 15 github.com/go-chi/render v1.0.3 16 github.com/gofrs/uuid/v5 v5.0.0 17 github.com/insomniacslk/dhcp v0.0.0-20230906122924-c71a6be05968 18 github.com/logrusorgru/aurora v2.0.3+incompatible 19 github.com/mholt/acmez v1.2.0 20 github.com/miekg/dns v1.1.55 21 github.com/ooni/go-libtor v1.1.8 22 github.com/oschwald/maxminddb-golang v1.12.0 23 github.com/pires/go-proxyproto v0.7.0 24 github.com/sagernet/cloudflare-tls v0.0.0-20230829051644-4a68352d0c4a 25 github.com/sagernet/quic-go v0.0.0-20230831052420-45809eee2e86 26 github.com/sagernet/reality v0.0.0-20230406110435-ee17307e7691 27 github.com/sagernet/sing v0.2.10-0.20230907044649-03c21c0a1205 28 github.com/sagernet/sing-dns v0.1.9-0.20230824120133-4d5cbceb40c1 29 github.com/sagernet/sing-mux v0.1.3-0.20230907005326-7befbadbf314 30 github.com/sagernet/sing-shadowsocks v0.2.5-0.20230907005610-126234728ca0 31 github.com/sagernet/sing-shadowsocks2 v0.1.4-0.20230907005906-5d2917b29248 32 github.com/sagernet/sing-shadowtls v0.1.4 33 github.com/sagernet/sing-tun v0.1.12-0.20230821065522-7545dc2d5641 34 github.com/sagernet/sing-vmess v0.1.8-0.20230907010359-161fb0ac716b 35 github.com/sagernet/smux v0.0.0-20230312102458-337ec2a5af37 36 github.com/sagernet/tfo-go v0.0.0-20230816093905-5a5c285d44a6 37 github.com/sagernet/utls v0.0.0-20230309024959-6732c2ab36f2 38 github.com/sagernet/websocket v0.0.0-20220913015213-615516348b4e 39 github.com/stretchr/testify v1.8.4 40 go.etcd.io/bbolt v1.3.7 41 go.uber.org/zap v1.25.0 42 go4.org/netipx v0.0.0-20230824141953-6213f710f925 43 golang.org/x/crypto v0.13.0 44 golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 45 golang.org/x/net v0.15.0 46 golang.org/x/sys v0.12.0 47 google.golang.org/grpc v1.58.0 48 google.golang.org/protobuf v1.31.0 49 ) 50 51 //replace github.com/sagernet/sing => ../sing 52 53 require ( 54 github.com/Dreamacro/protobytes v0.0.0-20230617041236-6500a9f4f158 // indirect 55 github.com/ajg/form v1.5.1 // indirect 56 github.com/andybalholm/brotli v1.0.5 // indirect 57 github.com/davecgh/go-spew v1.1.1 // indirect 58 github.com/go-ole/go-ole v1.3.0 // indirect 59 github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect 60 github.com/golang/protobuf v1.5.3 // indirect 61 github.com/google/btree v1.1.2 // indirect 62 github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect 63 github.com/hashicorp/yamux v0.1.1 // indirect 64 github.com/josharian/native v1.1.0 // indirect 65 github.com/klauspost/compress v1.15.15 // indirect 66 github.com/klauspost/cpuid/v2 v2.2.5 // indirect 67 github.com/libdns/libdns v0.2.1 // indirect 68 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect 69 github.com/onsi/ginkgo/v2 v2.9.5 // indirect 70 github.com/pierrec/lz4/v4 v4.1.14 // indirect 71 github.com/pmezard/go-difflib v1.0.0 // indirect 72 github.com/quic-go/qpack v0.4.0 // indirect 73 github.com/quic-go/qtls-go1-20 v0.3.3 // indirect 74 github.com/sagernet/go-tun2socks v1.16.12-0.20220818015926-16cb67876a61 // indirect 75 github.com/sagernet/gvisor v0.0.0-20230627031050-1ab0276e0dd2 // indirect 76 github.com/sagernet/netlink v0.0.0-20220905062125-8043b4a9aa97 // indirect 77 github.com/scjalliance/comshim v0.0.0-20230315213746-5e51f40bd3b9 // indirect 78 github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 // indirect 79 github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect 80 github.com/zeebo/blake3 v0.2.3 // indirect 81 go.uber.org/multierr v1.11.0 // indirect 82 golang.org/x/mod v0.12.0 // indirect 83 golang.org/x/text v0.13.0 // indirect 84 golang.org/x/time v0.3.0 // indirect 85 golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect 86 google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect 87 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect 88 gopkg.in/yaml.v3 v3.0.1 // indirect 89 lukechampine.com/blake3 v1.2.1 // indirect 90 )