2018-12-18 12:36:38 +01:00
|
|
|
module github.com/syncthing/syncthing
|
|
|
|
|
|
|
|
require (
|
2021-05-11 20:57:38 +02:00
|
|
|
github.com/AudriusButkevicius/pfilter v0.0.0-20210511165305-e9aaf99ab213
|
2021-05-18 20:09:48 +01:00
|
|
|
github.com/AudriusButkevicius/recli v0.0.6
|
2021-04-30 09:11:11 +02:00
|
|
|
github.com/alecthomas/kong v0.2.16
|
2018-12-18 12:36:38 +01:00
|
|
|
github.com/bkaradzic/go-lz4 v0.0.0-20160924222819-7224d8d8f27e
|
|
|
|
github.com/calmh/xdr v1.1.0
|
2021-04-13 18:10:52 +02:00
|
|
|
github.com/ccding/go-stun v0.1.3
|
2021-04-30 09:11:11 +02:00
|
|
|
github.com/certifi/gocertifi v0.0.0-20210429200110-83314bf6d27c // indirect
|
2018-12-18 12:36:38 +01:00
|
|
|
github.com/chmduquesne/rollinghash v0.0.0-20180912150627-a60f8e7142b5
|
2021-04-30 09:11:11 +02:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2018-12-18 12:36:38 +01:00
|
|
|
github.com/d4l3k/messagediff v1.2.1
|
2020-11-03 09:11:00 +01:00
|
|
|
github.com/dchest/siphash v1.2.2
|
2019-02-12 06:58:24 +00:00
|
|
|
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568
|
2019-06-11 08:19:11 +02:00
|
|
|
github.com/getsentry/raven-go v0.2.0
|
2021-04-30 09:11:11 +02:00
|
|
|
github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
|
|
|
|
github.com/go-ldap/ldap/v3 v3.3.0
|
2019-09-05 15:13:05 +02:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2021-04-30 09:11:11 +02:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/greatroar/blobloom v0.7.0
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
|
|
github.com/jackpal/gateway v1.0.7
|
2020-01-03 12:39:59 +01:00
|
|
|
github.com/jackpal/go-nat-pmp v1.0.2
|
2020-11-03 09:11:00 +01:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2019-09-05 15:13:05 +02:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2021-04-30 09:11:11 +02:00
|
|
|
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
|
|
|
|
github.com/lib/pq v1.10.1
|
2020-12-06 13:46:27 +01:00
|
|
|
github.com/lucas-clemente/quic-go v0.19.3
|
2021-04-30 09:11:11 +02:00
|
|
|
github.com/maruel/panicparse v1.6.1
|
2021-05-08 12:52:06 +02:00
|
|
|
github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
|
2021-04-30 09:11:11 +02:00
|
|
|
github.com/minio/sha256-simd v1.0.0
|
2020-11-09 15:33:32 +01:00
|
|
|
github.com/miscreant/miscreant.go v0.0.0-20200214223636-26d376326b75
|
2021-04-30 09:11:11 +02:00
|
|
|
github.com/oschwald/geoip2-golang v1.5.0
|
2019-09-05 15:13:05 +02:00
|
|
|
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
|
2020-01-20 20:05:19 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-04-29 21:57:22 +02:00
|
|
|
github.com/prometheus/client_golang v1.10.0
|
2021-04-30 09:11:11 +02:00
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2018-12-18 12:36:38 +01:00
|
|
|
github.com/sasha-s/go-deadlock v0.2.0
|
2021-05-03 12:10:04 +02:00
|
|
|
github.com/shirou/gopsutil/v3 v3.21.4
|
2021-03-08 13:36:03 +01:00
|
|
|
github.com/syncthing/notify v0.0.0-20210308121556-f45149b04939
|
2020-08-21 12:35:05 +02:00
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20200815071216-d9e9293bd0f7
|
2021-05-10 16:50:45 +02:00
|
|
|
github.com/thejerf/suture/v4 v4.0.1
|
2021-04-30 09:11:11 +02:00
|
|
|
github.com/urfave/cli v1.22.5
|
2018-12-18 12:36:38 +01:00
|
|
|
github.com/vitrun/qart v0.0.0-20160531060029-bf64b92db6b0
|
2021-04-30 09:11:11 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
|
|
|
|
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
|
|
|
|
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
|
|
|
|
golang.org/x/text v0.3.6
|
|
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
2021-05-08 12:52:06 +02:00
|
|
|
golang.org/x/tools v0.1.0
|
2021-04-30 09:11:11 +02:00
|
|
|
google.golang.org/protobuf v1.26.0
|
2018-12-18 12:36:38 +01:00
|
|
|
)
|
2019-06-30 13:18:34 +02:00
|
|
|
|
2020-08-19 08:49:42 +02:00
|
|
|
go 1.14
|