2018-12-18 11:36:38 +00:00
|
|
|
module github.com/syncthing/syncthing
|
|
|
|
|
2023-02-02 21:00:50 +00:00
|
|
|
go 1.19
|
2022-06-15 19:49:15 +00:00
|
|
|
|
2018-12-18 11:36:38 +00:00
|
|
|
require (
|
2023-02-02 21:00:50 +00:00
|
|
|
github.com/AudriusButkevicius/pfilter v0.0.11
|
2023-04-14 16:46:50 +00:00
|
|
|
github.com/AudriusButkevicius/recli v0.0.7-0.20220911121932-d000ce8fbf0f
|
2022-11-17 20:26:10 +00:00
|
|
|
github.com/alecthomas/kong v0.7.1
|
2023-02-02 21:00:50 +00:00
|
|
|
github.com/calmh/incontainer v0.0.0-20221224152218-b3e71b103d7a
|
2018-12-18 11:36:38 +00:00
|
|
|
github.com/calmh/xdr v1.1.0
|
2022-09-14 08:29:44 +00:00
|
|
|
github.com/ccding/go-stun v0.1.4
|
2021-09-26 10:08:23 +00:00
|
|
|
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
|
2022-12-06 10:39:43 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-03-10 12:36:25 +00:00
|
|
|
github.com/chmduquesne/rollinghash v4.0.0+incompatible
|
2022-09-14 08:29:44 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2018-12-18 11:36:38 +00:00
|
|
|
github.com/d4l3k/messagediff v1.2.1
|
2019-02-12 06:58:24 +00:00
|
|
|
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568
|
2019-06-11 06:19:11 +00:00
|
|
|
github.com/getsentry/raven-go v0.2.0
|
2022-08-10 06:15:35 +00:00
|
|
|
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
|
|
|
|
github.com/go-ldap/ldap/v3 v3.4.4
|
2019-09-05 13:13:05 +00:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2021-04-30 07:11:11 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2021-09-26 10:08:23 +00:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2022-10-04 09:23:41 +00:00
|
|
|
github.com/greatroar/blobloom v0.7.2
|
2023-03-18 09:17:16 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.2
|
2023-04-11 18:01:42 +00:00
|
|
|
github.com/jackpal/gateway v1.0.10
|
2020-01-03 11:39:59 +00:00
|
|
|
github.com/jackpal/go-nat-pmp v1.0.2
|
2020-11-03 08:11:00 +00:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2019-09-05 13:13:05 +00:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2023-03-10 12:04:13 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
|
2022-09-14 08:29:44 +00:00
|
|
|
github.com/lib/pq v1.10.7
|
2022-10-01 20:03:14 +00:00
|
|
|
github.com/maruel/panicparse/v2 v2.3.1
|
2022-09-14 08:29:44 +00:00
|
|
|
github.com/maxbrunsfeld/counterfeiter/v6 v6.5.0
|
2021-04-30 07:11:11 +00:00
|
|
|
github.com/minio/sha256-simd v1.0.0
|
2020-11-09 14:33:32 +00:00
|
|
|
github.com/miscreant/miscreant.go v0.0.0-20200214223636-26d376326b75
|
2022-09-14 08:29:44 +00:00
|
|
|
github.com/oschwald/geoip2-golang v1.8.0
|
2022-10-04 09:23:41 +00:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.17
|
2022-08-16 08:01:49 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2022-11-17 20:26:10 +00:00
|
|
|
github.com/prometheus/client_golang v1.14.0
|
2023-03-10 12:04:13 +00:00
|
|
|
github.com/prometheus/common v0.42.0 // indirect
|
2023-02-02 21:00:50 +00:00
|
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
2023-04-24 17:04:27 +00:00
|
|
|
github.com/quic-go/quic-go v0.34.0
|
2021-04-30 07:11:11 +00:00
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
|
2021-09-26 10:08:23 +00:00
|
|
|
github.com/sasha-s/go-deadlock v0.3.1
|
2023-04-11 18:01:42 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.23.3
|
2021-09-26 10:08:23 +00:00
|
|
|
github.com/syncthing/notify v0.0.0-20210616190510-c6b7342338d2
|
2022-07-21 16:39:14 +00:00
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
|
2022-02-23 20:07:15 +00:00
|
|
|
github.com/thejerf/suture/v4 v4.0.2
|
2023-02-02 21:00:50 +00:00
|
|
|
github.com/urfave/cli v1.22.12
|
2018-12-18 11:36:38 +00:00
|
|
|
github.com/vitrun/qart v0.0.0-20160531060029-bf64b92db6b0
|
2023-04-11 18:01:42 +00:00
|
|
|
golang.org/x/crypto v0.8.0
|
|
|
|
golang.org/x/mod v0.10.0 // indirect
|
|
|
|
golang.org/x/net v0.9.0
|
|
|
|
golang.org/x/sys v0.7.0
|
|
|
|
golang.org/x/text v0.9.0
|
2022-12-06 10:39:43 +00:00
|
|
|
golang.org/x/time v0.3.0
|
2023-04-11 18:01:42 +00:00
|
|
|
golang.org/x/tools v0.8.0
|
|
|
|
google.golang.org/protobuf v1.30.0
|
2018-12-18 11:36:38 +00:00
|
|
|
)
|
2019-06-30 11:18:34 +00:00
|
|
|
|
2022-04-09 14:01:24 +00:00
|
|
|
require (
|
2022-12-06 10:39:43 +00:00
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
2022-04-09 14:01:24 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2023-04-11 18:01:42 +00:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
2022-09-14 08:29:44 +00:00
|
|
|
github.com/golang/mock v1.6.0 // indirect
|
2023-03-10 12:04:13 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-04-11 18:01:42 +00:00
|
|
|
github.com/google/pprof v0.0.0-20230406165453-00490a63f317 // indirect
|
2022-11-17 20:26:10 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2023-04-11 18:01:42 +00:00
|
|
|
github.com/onsi/ginkgo/v2 v2.9.2 // indirect
|
2022-09-14 08:29:44 +00:00
|
|
|
github.com/oschwald/maxminddb-golang v1.10.0 // indirect
|
2023-04-11 18:01:42 +00:00
|
|
|
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect
|
2023-02-02 21:00:50 +00:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
|
2022-11-17 20:26:10 +00:00
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
2023-04-11 18:01:42 +00:00
|
|
|
github.com/quic-go/qtls-go1-19 v0.3.2 // indirect
|
|
|
|
github.com/quic-go/qtls-go1-20 v0.2.2 // indirect
|
2022-04-09 14:01:24 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2023-04-11 18:01:42 +00:00
|
|
|
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
|
2022-04-09 14:01:24 +00:00
|
|
|
)
|
|
|
|
|
2022-06-15 19:49:15 +00:00
|
|
|
// https://github.com/gobwas/glob/pull/55
|
|
|
|
replace github.com/gobwas/glob v0.2.3 => github.com/calmh/glob v0.0.0-20220615080505-1d823af5017b
|