go.mod 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. module github.com/sagernet/sing-box
  2. go 1.18
  3. require (
  4. berty.tech/go-libtor v1.0.385
  5. github.com/Dreamacro/clash v1.13.0
  6. github.com/caddyserver/certmagic v0.17.2
  7. github.com/cretz/bine v0.2.0
  8. github.com/dustin/go-humanize v1.0.1
  9. github.com/fsnotify/fsnotify v1.6.0
  10. github.com/go-chi/chi/v5 v5.0.8
  11. github.com/go-chi/cors v1.2.1
  12. github.com/go-chi/render v1.0.2
  13. github.com/gofrs/uuid v4.4.0+incompatible
  14. github.com/hashicorp/yamux v0.1.1
  15. github.com/insomniacslk/dhcp v0.0.0-20230307103557-e252950ab961
  16. github.com/logrusorgru/aurora v2.0.3+incompatible
  17. github.com/mholt/acmez v1.1.0
  18. github.com/miekg/dns v1.1.52
  19. github.com/oschwald/maxminddb-golang v1.10.0
  20. github.com/pires/go-proxyproto v0.6.2
  21. github.com/sagernet/cloudflare-tls v0.0.0-20221031050923-d70792f4c3a0
  22. github.com/sagernet/gomobile v0.0.0-20221130124640-349ebaa752ca
  23. github.com/sagernet/quic-go v0.0.0-20230202071646-a8c8afb18b32
  24. github.com/sagernet/reality v0.0.0-20230312150606-35ea9af0e0b8
  25. github.com/sagernet/sing v0.1.9-0.20230313033500-448948d26d1a
  26. github.com/sagernet/sing-dns v0.1.4
  27. github.com/sagernet/sing-shadowsocks v0.1.2-0.20230221080503-769c01d6bba9
  28. github.com/sagernet/sing-shadowtls v0.1.0
  29. github.com/sagernet/sing-tun v0.1.3-0.20230313113643-839f1792e46c
  30. github.com/sagernet/sing-vmess v0.1.3
  31. github.com/sagernet/smux v0.0.0-20230312102458-337ec2a5af37
  32. github.com/sagernet/tfo-go v0.0.0-20230303015439-ffcfd8c41cf9
  33. github.com/sagernet/utls v0.0.0-20230309024959-6732c2ab36f2
  34. github.com/sagernet/websocket v0.0.0-20220913015213-615516348b4e
  35. github.com/sagernet/wireguard-go v0.0.0-20221116151939-c99467f53f2c
  36. github.com/spf13/cobra v1.6.1
  37. github.com/stretchr/testify v1.8.2
  38. go.etcd.io/bbolt v1.3.7
  39. go.uber.org/atomic v1.10.0
  40. go.uber.org/zap v1.24.0
  41. go4.org/netipx v0.0.0-20230303233057-f1b76eb4bb35
  42. golang.org/x/crypto v0.7.0
  43. golang.org/x/exp v0.0.0-20230314191032-db074128a8ec
  44. golang.org/x/net v0.8.0
  45. golang.org/x/sys v0.6.0
  46. golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230215201556-9c5414ab4bde
  47. google.golang.org/grpc v1.53.0
  48. google.golang.org/protobuf v1.29.1
  49. gvisor.dev/gvisor v0.0.0-20220901235040-6ca97ef2ce1c
  50. )
  51. //replace github.com/sagernet/sing-tun => ../sing-tun
  52. require (
  53. github.com/ajg/form v1.5.1 // indirect
  54. github.com/andybalholm/brotli v1.0.5 // indirect
  55. github.com/cloudflare/circl v1.2.1-0.20221019164342-6ab4dfed8f3c // indirect
  56. github.com/davecgh/go-spew v1.1.1 // indirect
  57. github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
  58. github.com/golang/mock v1.6.0 // indirect
  59. github.com/golang/protobuf v1.5.2 // indirect
  60. github.com/google/btree v1.0.1 // indirect
  61. github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
  62. github.com/inconshreveable/mousetrap v1.0.1 // indirect
  63. github.com/josharian/native v1.1.0 // indirect
  64. github.com/klauspost/compress v1.15.15 // indirect
  65. github.com/klauspost/cpuid/v2 v2.1.1 // indirect
  66. github.com/libdns/libdns v0.2.1 // indirect
  67. github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
  68. github.com/onsi/ginkgo/v2 v2.2.0 // indirect
  69. github.com/pierrec/lz4/v4 v4.1.14 // indirect
  70. github.com/pmezard/go-difflib v1.0.0 // indirect
  71. github.com/quic-go/qpack v0.4.0 // indirect
  72. github.com/quic-go/qtls-go1-18 v0.2.0 // indirect
  73. github.com/quic-go/qtls-go1-19 v0.2.0 // indirect
  74. github.com/quic-go/qtls-go1-20 v0.1.0 // indirect
  75. github.com/sagernet/go-tun2socks v1.16.12-0.20220818015926-16cb67876a61 // indirect
  76. github.com/sagernet/netlink v0.0.0-20220905062125-8043b4a9aa97 // indirect
  77. github.com/spf13/pflag v1.0.5 // 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. go.uber.org/multierr v1.6.0 // indirect
  81. golang.org/x/mod v0.8.0 // indirect
  82. golang.org/x/text v0.8.0 // indirect
  83. golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
  84. golang.org/x/tools v0.6.0 // indirect
  85. google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
  86. gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
  87. gopkg.in/yaml.v3 v3.0.1 // indirect
  88. lukechampine.com/blake3 v1.1.7 // indirect
  89. )