aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2022-12-06 11:39:43 +0100
committerGitHub <noreply@github.com>2022-12-06 11:39:43 +0100
commitd40d9d5698f5d99b7484213bd6c351009823e00a (patch)
tree81d13d01329189cc1e230daa6fa8223cd4b5edd6 /go.mod
parent648c71cbd18a5dc8289ca5f921c4376e2a90eea7 (diff)
downloadsyncthing-d40d9d5698f5d99b7484213bd6c351009823e00a.tar.gz
syncthing-d40d9d5698f5d99b7484213bd6c351009823e00a.zip
build: Update dependencies (#8704)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod22
1 files changed, 11 insertions, 11 deletions
diff --git a/go.mod b/go.mod
index 0e5012351..863fce1fd 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/calmh/xdr v1.1.0
github.com/ccding/go-stun v0.1.4
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chmduquesne/rollinghash v0.0.0-20180912150627-a60f8e7142b5
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/d4l3k/messagediff v1.2.1
@@ -42,7 +42,7 @@ require (
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.10
+ github.com/shirou/gopsutil/v3 v3.22.11
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
@@ -50,33 +50,33 @@ require (
github.com/vitrun/qart v0.0.0-20160531060029-bf64b92db6b0
golang.org/x/crypto v0.3.0
golang.org/x/mod v0.7.0 // indirect
- golang.org/x/net v0.2.0
- golang.org/x/sys v0.2.0
- golang.org/x/text v0.4.0
- golang.org/x/time v0.2.0
+ golang.org/x/net v0.3.0
+ golang.org/x/sys v0.3.0
+ golang.org/x/text v0.5.0
+ golang.org/x/time v0.3.0
golang.org/x/tools v0.3.0
google.golang.org/protobuf v1.28.1
)
require (
- github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e // indirect
+ github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
- github.com/google/pprof v0.0.0-20221112000123-84eb7ad69597 // indirect
+ github.com/google/pprof v0.0.0-20221203041831-ce31453925ec // indirect
github.com/marten-seemann/qtls-go1-18 v0.1.3 // indirect
github.com/marten-seemann/qtls-go1-19 v0.1.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
- github.com/onsi/ginkgo/v2 v2.5.0 // indirect
+ github.com/onsi/ginkgo/v2 v2.5.1 // indirect
github.com/oschwald/maxminddb-golang v1.10.0 // indirect
- github.com/petermattis/goid v0.0.0-20221018141743-354ef7f2fd21 // indirect
+ github.com/petermattis/goid v0.0.0-20221202122410-a449aaf35945 // indirect
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
github.com/prometheus/client_model v0.3.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-20221114191408-850992195362 // indirect
+ golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
)
// https://github.com/gobwas/glob/pull/55