go.mod 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. module github.com/sagernet/sing-box
  2. go 1.18
  3. require (
  4. github.com/database64128/tfo-go v1.1.0
  5. github.com/goccy/go-json v0.9.10
  6. github.com/logrusorgru/aurora v2.0.3+incompatible
  7. github.com/oschwald/maxminddb-golang v1.9.0
  8. github.com/sagernet/sing v0.0.0-20220716021830-bd79d31e3b10
  9. github.com/sagernet/sing-dns v0.0.0-20220711062726-c64e938e4619
  10. github.com/sagernet/sing-shadowsocks v0.0.0-20220716012931-952ae62e05d7
  11. github.com/sagernet/sing-tun v0.0.0-20220717030718-f53aabff275f
  12. github.com/spf13/cobra v1.5.0
  13. github.com/stretchr/testify v1.8.0
  14. golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
  15. golang.org/x/net v0.0.0-20220708220712-1185a9018129
  16. golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
  17. )
  18. require (
  19. github.com/davecgh/go-spew v1.1.1 // indirect
  20. github.com/google/btree v1.0.1 // indirect
  21. github.com/inconshreveable/mousetrap v1.0.0 // indirect
  22. github.com/klauspost/cpuid/v2 v2.0.12 // indirect
  23. github.com/kr/pretty v0.1.0 // indirect
  24. github.com/pmezard/go-difflib v1.0.0 // indirect
  25. github.com/spf13/pflag v1.0.5 // indirect
  26. github.com/vishvananda/netlink v1.1.0 // indirect
  27. github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
  28. golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
  29. gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
  30. gopkg.in/yaml.v3 v3.0.1 // indirect
  31. gvisor.dev/gvisor v0.0.0-20220711011657-cecae2f4234d // indirect
  32. lukechampine.com/blake3 v1.1.7 // indirect
  33. )