aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2022-10-04 11:23:41 +0200
committerGitHub <noreply@github.com>2022-10-04 11:23:41 +0200
commitb6bb67b14290984228a779eabdeafcdd560c08d4 (patch)
treeef9279f8e4ece3639022b56c2e05b2e4163bd5be /go.mod
parent1306d86a62dd5efdcabb8542c8f80dbfbd6253c5 (diff)
downloadsyncthing-b6bb67b14290984228a779eabdeafcdd560c08d4.tar.gz
syncthing-b6bb67b14290984228a779eabdeafcdd560c08d4.zip
build: Update dependencies (#8581)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 9 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index 64344d231..8d2317d98 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,7 @@ require (
github.com/gogo/protobuf v1.3.2
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/golang/snappy v0.0.4 // indirect
- github.com/greatroar/blobloom v0.7.1
+ github.com/greatroar/blobloom v0.7.2
github.com/hashicorp/golang-lru v0.5.4
github.com/jackpal/gateway v1.0.7
github.com/jackpal/go-nat-pmp v1.0.2
@@ -30,31 +30,31 @@ require (
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/klauspost/cpuid/v2 v2.1.1 // indirect
github.com/lib/pq v1.10.7
- github.com/lucas-clemente/quic-go v0.29.0
+ github.com/lucas-clemente/quic-go v0.29.1
github.com/maruel/panicparse/v2 v2.3.1
github.com/maxbrunsfeld/counterfeiter/v6 v6.5.0
github.com/minio/sha256-simd v1.0.0
github.com/miscreant/miscreant.go v0.0.0-20200214223636-26d376326b75
github.com/oschwald/geoip2-golang v1.8.0
- github.com/pierrec/lz4/v4 v4.1.16
+ github.com/pierrec/lz4/v4 v4.1.17
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/sasha-s/go-deadlock v0.3.1
- github.com/shirou/gopsutil/v3 v3.22.8
+ github.com/shirou/gopsutil/v3 v3.22.9
github.com/syncthing/notify v0.0.0-20210616190510-c6b7342338d2
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
github.com/thejerf/suture/v4 v4.0.2
github.com/urfave/cli v1.22.10
github.com/vitrun/qart v0.0.0-20160531060029-bf64b92db6b0
- golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
+ golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
- golang.org/x/net v0.0.0-20220909164309-bea034e7d591
+ golang.org/x/net v0.0.0-20221002022538-bcab6841153b
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
golang.org/x/text v0.3.7
- golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9
+ golang.org/x/time v0.0.0-20220922220347-f3bd1da661af
golang.org/x/tools v0.1.12
google.golang.org/protobuf v1.28.1
)
@@ -68,7 +68,7 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/marten-seemann/qtls-go1-18 v0.1.2 // indirect
github.com/marten-seemann/qtls-go1-19 v0.1.0 // indirect
- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
+ github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/oschwald/maxminddb-golang v1.10.0 // indirect
@@ -77,7 +77,7 @@ require (
github.com/prometheus/client_model v0.2.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
- golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561 // indirect
+ golang.org/x/exp v0.0.0-20221002003631-540bb7301a08 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)