github.com/v2fly/v2ray-core/v5@v5.16.2-0.20240507031116-8191faa6e095/go.mod (about) 1 module github.com/v2fly/v2ray-core/v5 2 3 go 1.21 4 5 toolchain go1.21.4 6 7 require ( 8 github.com/adrg/xdg v0.4.0 9 github.com/go-chi/chi/v5 v5.0.12 10 github.com/go-chi/render v1.0.3 11 github.com/go-playground/validator/v10 v10.20.0 12 github.com/golang/mock v1.6.0 13 github.com/golang/protobuf v1.5.4 14 github.com/google/go-cmp v0.6.0 15 github.com/google/gopacket v1.1.19 16 github.com/gorilla/websocket v1.5.1 17 github.com/jhump/protoreflect v1.16.0 18 github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 19 github.com/miekg/dns v1.1.59 20 github.com/mustafaturan/bus v1.0.2 21 github.com/pelletier/go-toml v1.9.5 22 github.com/pion/transport/v2 v2.2.5 23 github.com/pires/go-proxyproto v0.7.0 24 github.com/quic-go/quic-go v0.43.0 25 github.com/refraction-networking/utls v1.6.5 26 github.com/seiflotfy/cuckoofilter v0.0.0-20220411075957-e3b120b3f5fb 27 github.com/stretchr/testify v1.9.0 28 github.com/v2fly/BrowserBridge v0.0.0-20210430233438-0570fc1d7d08 29 github.com/v2fly/VSign v0.0.0-20201108000810-e2adc24bf848 30 github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e 31 github.com/vincent-petithory/dataurl v1.0.0 32 github.com/xiaokangwang/VLite v0.0.0-20220418190619-cff95160a432 33 go.starlark.net v0.0.0-20230612165344-9532f5667272 34 go4.org/netipx v0.0.0-20230303233057-f1b76eb4bb35 35 golang.org/x/crypto v0.22.0 36 golang.org/x/net v0.24.0 37 golang.org/x/sync v0.7.0 38 golang.org/x/sys v0.19.0 39 google.golang.org/grpc v1.63.2 40 google.golang.org/protobuf v1.34.0 41 gopkg.in/yaml.v3 v3.0.1 42 gvisor.dev/gvisor v0.0.0-20231020174304-b8a429915ff1 43 h12.io/socks v1.0.3 44 lukechampine.com/blake3 v1.3.0 45 ) 46 47 require ( 48 github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1 // indirect 49 github.com/ajg/form v1.5.1 // indirect 50 github.com/andybalholm/brotli v1.0.6 // indirect 51 github.com/boljen/go-bitmap v0.0.0-20151001105940-23cd2fb0ce7d // indirect 52 github.com/bufbuild/protocompile v0.10.0 // indirect 53 github.com/cloudflare/circl v1.3.7 // indirect 54 github.com/davecgh/go-spew v1.1.1 // indirect 55 github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect 56 github.com/ebfe/bcrypt_pbkdf v0.0.0-20140212075826-3c8d2dcb253a // indirect 57 github.com/gabriel-vasile/mimetype v1.4.3 // indirect 58 github.com/go-playground/locales v0.14.1 // indirect 59 github.com/go-playground/universal-translator v0.18.1 // indirect 60 github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect 61 github.com/google/btree v1.1.2 // indirect 62 github.com/google/pprof v0.0.0-20230602150820-91b7bce49751 // indirect 63 github.com/klauspost/compress v1.17.4 // indirect 64 github.com/klauspost/cpuid/v2 v2.2.5 // indirect 65 github.com/klauspost/reedsolomon v1.11.7 // indirect 66 github.com/leodido/go-urn v1.4.0 // indirect 67 github.com/mustafaturan/monoton v1.0.0 // indirect 68 github.com/onsi/ginkgo/v2 v2.10.0 // indirect 69 github.com/patrickmn/go-cache v2.1.0+incompatible // indirect 70 github.com/pion/dtls/v2 v2.2.7 // indirect 71 github.com/pion/logging v0.2.2 // indirect 72 github.com/pion/randutil v0.1.0 // indirect 73 github.com/pion/sctp v1.8.7 // indirect 74 github.com/pmezard/go-difflib v1.0.0 // indirect 75 github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect 76 github.com/secure-io/siv-go v0.0.0-20180922214919-5ff40651e2c4 // indirect 77 github.com/xtaci/smux v1.5.24 // indirect 78 go.uber.org/mock v0.4.0 // indirect 79 golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 // indirect 80 golang.org/x/mod v0.16.0 // indirect 81 golang.org/x/text v0.14.0 // indirect 82 golang.org/x/time v0.5.0 // indirect 83 golang.org/x/tools v0.19.0 // indirect 84 google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect 85 ) 86 87 replace github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 => github.com/xiaokangwang/struc v0.0.0-20231031203518-0e381172f248