go.mod 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. module github.com/syncthing/syncthing
  2. require (
  3. github.com/AudriusButkevicius/go-nat-pmp v0.0.0-20160522074932-452c97607362
  4. github.com/AudriusButkevicius/recli v0.0.5
  5. github.com/bkaradzic/go-lz4 v0.0.0-20160924222819-7224d8d8f27e
  6. github.com/calmh/du v1.0.1
  7. github.com/calmh/xdr v1.1.0
  8. github.com/chmduquesne/rollinghash v0.0.0-20180912150627-a60f8e7142b5
  9. github.com/d4l3k/messagediff v1.2.1
  10. github.com/davecgh/go-spew v1.1.1 // indirect
  11. github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568
  12. github.com/gobwas/glob v0.0.0-20170212200151-51eb1ee00b6d
  13. github.com/gogo/protobuf v1.2.0
  14. github.com/golang/groupcache v0.0.0-20171101203131-84a468cf14b4
  15. github.com/golang/snappy v0.0.0-20170215233205-553a64147049 // indirect
  16. github.com/jackpal/gateway v0.0.0-20161225004348-5795ac81146e
  17. github.com/kballard/go-shellquote v0.0.0-20170619183022-cd60e84ee657
  18. github.com/kr/pretty v0.1.0 // indirect
  19. github.com/lib/pq v1.0.0
  20. github.com/mattn/go-isatty v0.0.4
  21. github.com/minio/sha256-simd v0.0.0-20190117184323-cc1980cb0338
  22. github.com/onsi/ginkgo v0.0.0-20171221013426-6c46eb8334b3 // indirect
  23. github.com/onsi/gomega v0.0.0-20171227184521-ba3724c94e4d // indirect
  24. github.com/oschwald/geoip2-golang v1.1.0
  25. github.com/oschwald/maxminddb-golang v0.0.0-20170901134056-26fe5ace1c70 // indirect
  26. github.com/petermattis/goid v0.0.0-20170816195418-3db12ebb2a59 // indirect
  27. github.com/pkg/errors v0.8.1
  28. github.com/pmezard/go-difflib v1.0.0 // indirect
  29. github.com/prometheus/client_golang v0.9.2
  30. github.com/rcrowley/go-metrics v0.0.0-20171128170426-e181e095bae9
  31. github.com/sasha-s/go-deadlock v0.2.0
  32. github.com/stretchr/testify v1.2.2 // indirect
  33. github.com/syncthing/notify v0.0.0-20181107104724-4e389ea6c0d8
  34. github.com/syndtr/goleveldb v0.0.0-20171214120811-34011bf325bc
  35. github.com/thejerf/suture v3.0.2+incompatible
  36. github.com/urfave/cli v1.20.0
  37. github.com/vitrun/qart v0.0.0-20160531060029-bf64b92db6b0
  38. golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  39. golang.org/x/net v0.0.0-20181201002055-351d144fa1fc
  40. golang.org/x/text v0.0.0-20171227012246-e19ae1496984
  41. golang.org/x/time v0.0.0-20170927054726-6dc17368e09b
  42. gopkg.in/asn1-ber.v1 v1.0.0-20170511165959-379148ca0225 // indirect
  43. gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
  44. gopkg.in/ldap.v2 v2.5.1
  45. gopkg.in/yaml.v2 v2.0.0-20171116090243-287cf08546ab // indirect
  46. )