go.mod 4.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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.15.1
  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/v5 v5.0.0
  14. github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb
  15. github.com/logrusorgru/aurora v2.0.3+incompatible
  16. github.com/mholt/acmez v1.1.1
  17. github.com/miekg/dns v1.1.54
  18. github.com/ooni/go-libtor v1.1.7
  19. github.com/oschwald/maxminddb-golang v1.10.0
  20. github.com/pires/go-proxyproto v0.7.0
  21. github.com/sagernet/cloudflare-tls v0.0.0-20221031050923-d70792f4c3a0
  22. github.com/sagernet/gomobile v0.0.0-20230413023804-244d7ff07035
  23. github.com/sagernet/quic-go v0.0.0-20230202071646-a8c8afb18b32
  24. github.com/sagernet/reality v0.0.0-20230406110435-ee17307e7691
  25. github.com/sagernet/sing v0.2.5-0.20230512033628-9be7806bab51
  26. github.com/sagernet/sing-dns v0.1.5-0.20230426113254-25d948c44223
  27. github.com/sagernet/sing-mux v0.0.0-20230517134606-1ebe6bb26646
  28. github.com/sagernet/sing-shadowsocks v0.2.2-0.20230509053848-d83f8fe1194c
  29. github.com/sagernet/sing-shadowsocks2 v0.0.0-20230512030659-23bb92c1eb97
  30. github.com/sagernet/sing-shadowtls v0.1.2-0.20230417103049-4f682e05f19b
  31. github.com/sagernet/sing-tun v0.1.5-0.20230520041100-b02f2529160e
  32. github.com/sagernet/sing-vmess v0.1.5-0.20230417103030-8c3070ae3fb3
  33. github.com/sagernet/smux v0.0.0-20230312102458-337ec2a5af37
  34. github.com/sagernet/tfo-go v0.0.0-20230303015439-ffcfd8c41cf9
  35. github.com/sagernet/utls v0.0.0-20230309024959-6732c2ab36f2
  36. github.com/sagernet/websocket v0.0.0-20220913015213-615516348b4e
  37. github.com/sagernet/wireguard-go v0.0.0-20230420044414-a7bac1754e77
  38. github.com/spf13/cobra v1.7.0
  39. github.com/stretchr/testify v1.8.3
  40. go.etcd.io/bbolt v1.3.7
  41. go.uber.org/zap v1.24.0
  42. go4.org/netipx v0.0.0-20230303233057-f1b76eb4bb35
  43. golang.org/x/crypto v0.9.0
  44. golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc
  45. golang.org/x/net v0.10.0
  46. golang.org/x/sys v0.8.0
  47. golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
  48. google.golang.org/grpc v1.55.0
  49. google.golang.org/protobuf v1.30.0
  50. gvisor.dev/gvisor v0.0.0-20230415003630-3981d5d5e523
  51. )
  52. //replace github.com/sagernet/sing => ../sing
  53. require (
  54. github.com/ajg/form v1.5.1 // indirect
  55. github.com/andybalholm/brotli v1.0.5 // indirect
  56. github.com/cloudflare/circl v1.2.1-0.20221019164342-6ab4dfed8f3c // indirect
  57. github.com/davecgh/go-spew v1.1.1 // indirect
  58. github.com/go-ole/go-ole v1.2.6 // indirect
  59. github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
  60. github.com/golang/mock v1.6.0 // indirect
  61. github.com/golang/protobuf v1.5.3 // indirect
  62. github.com/google/btree v1.0.1 // indirect
  63. github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
  64. github.com/hashicorp/yamux v0.1.1 // indirect
  65. github.com/inconshreveable/mousetrap v1.1.0 // indirect
  66. github.com/josharian/native v1.1.0 // indirect
  67. github.com/klauspost/compress v1.15.15 // indirect
  68. github.com/klauspost/cpuid/v2 v2.1.1 // indirect
  69. github.com/libdns/libdns v0.2.1 // indirect
  70. github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
  71. github.com/onsi/ginkgo/v2 v2.2.0 // indirect
  72. github.com/pierrec/lz4/v4 v4.1.14 // indirect
  73. github.com/pmezard/go-difflib v1.0.0 // indirect
  74. github.com/quic-go/qpack v0.4.0 // indirect
  75. github.com/quic-go/qtls-go1-18 v0.2.0 // indirect
  76. github.com/quic-go/qtls-go1-19 v0.2.0 // indirect
  77. github.com/quic-go/qtls-go1-20 v0.1.0 // indirect
  78. github.com/sagernet/go-tun2socks v1.16.12-0.20220818015926-16cb67876a61 // indirect
  79. github.com/sagernet/netlink v0.0.0-20220905062125-8043b4a9aa97 // indirect
  80. github.com/scjalliance/comshim v0.0.0-20230315213746-5e51f40bd3b9 // indirect
  81. github.com/spf13/pflag v1.0.5 // indirect
  82. github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 // indirect
  83. github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
  84. go.uber.org/atomic v1.10.0 // indirect
  85. go.uber.org/multierr v1.10.0 // indirect
  86. golang.org/x/mod v0.8.0 // indirect
  87. golang.org/x/text v0.9.0 // indirect
  88. golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
  89. golang.org/x/tools v0.6.0 // indirect
  90. google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
  91. gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
  92. gopkg.in/yaml.v3 v3.0.1 // indirect
  93. lukechampine.com/blake3 v1.1.7 // indirect
  94. )