mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-05 21:07:58 +00:00
73fa7a6e5b
There was a vulnerability in salsa20, which we don't use, but better safe than sorry.
48 lines
2.3 KiB
Modula-2
48 lines
2.3 KiB
Modula-2
module github.com/syncthing/syncthing
|
|
|
|
require (
|
|
github.com/AudriusButkevicius/go-nat-pmp v0.0.0-20160522074932-452c97607362
|
|
github.com/AudriusButkevicius/recli v0.0.5
|
|
github.com/bkaradzic/go-lz4 v0.0.0-20160924222819-7224d8d8f27e
|
|
github.com/calmh/du v1.0.1
|
|
github.com/calmh/xdr v1.1.0
|
|
github.com/chmduquesne/rollinghash v0.0.0-20180912150627-a60f8e7142b5
|
|
github.com/d4l3k/messagediff v1.2.1
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568
|
|
github.com/gobwas/glob v0.0.0-20170212200151-51eb1ee00b6d
|
|
github.com/gogo/protobuf v1.2.0
|
|
github.com/golang/groupcache v0.0.0-20171101203131-84a468cf14b4
|
|
github.com/golang/snappy v0.0.0-20170215233205-553a64147049 // indirect
|
|
github.com/jackpal/gateway v0.0.0-20161225004348-5795ac81146e
|
|
github.com/kballard/go-shellquote v0.0.0-20170619183022-cd60e84ee657
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/lib/pq v1.0.0
|
|
github.com/mattn/go-isatty v0.0.4
|
|
github.com/minio/sha256-simd v0.0.0-20190117184323-cc1980cb0338
|
|
github.com/onsi/ginkgo v0.0.0-20171221013426-6c46eb8334b3 // indirect
|
|
github.com/onsi/gomega v0.0.0-20171227184521-ba3724c94e4d // indirect
|
|
github.com/oschwald/geoip2-golang v1.1.0
|
|
github.com/oschwald/maxminddb-golang v0.0.0-20170901134056-26fe5ace1c70 // indirect
|
|
github.com/petermattis/goid v0.0.0-20170816195418-3db12ebb2a59 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/rcrowley/go-metrics v0.0.0-20171128170426-e181e095bae9
|
|
github.com/sasha-s/go-deadlock v0.2.0
|
|
github.com/stretchr/testify v1.2.2 // indirect
|
|
github.com/syncthing/notify v0.0.0-20181107104724-4e389ea6c0d8
|
|
github.com/syndtr/goleveldb v0.0.0-20171214120811-34011bf325bc
|
|
github.com/thejerf/suture v3.0.2+incompatible
|
|
github.com/urfave/cli v1.20.0
|
|
github.com/vitrun/qart v0.0.0-20160531060029-bf64b92db6b0
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc
|
|
golang.org/x/text v0.0.0-20171227012246-e19ae1496984
|
|
golang.org/x/time v0.0.0-20170927054726-6dc17368e09b
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20170511165959-379148ca0225 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/ldap.v2 v2.5.1
|
|
gopkg.in/yaml.v2 v2.0.0-20171116090243-287cf08546ab // indirect
|
|
)
|