aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2022-09-14 10:29:44 +0200
committerGitHub <noreply@github.com>2022-09-14 10:29:44 +0200
commit39d3424e34ae9c4636c4da53a075f744c6776567 (patch)
tree885cfa5e29bbb0d3b0e67629bf52942f76a45be9 /go.mod
parent6cac308bcdf197f4bbe8bd36725d9ac92a622559 (diff)
downloadsyncthing-39d3424e34ae9c4636c4da53a075f744c6776567.tar.gz
syncthing-39d3424e34ae9c4636c4da53a075f744c6776567.zip
build: Improve update-deps command, update deps (#8540)v1.22.0-rc.1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod49
1 files changed, 24 insertions, 25 deletions
diff --git a/go.mod b/go.mod
index ceafbd3b7..98d4ade47 100644
--- a/go.mod
+++ b/go.mod
@@ -7,11 +7,11 @@ require (
github.com/AudriusButkevicius/recli v0.0.6
github.com/alecthomas/kong v0.6.1
github.com/calmh/xdr v1.1.0
- github.com/ccding/go-stun v0.1.3
+ 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/chmduquesne/rollinghash v0.0.0-20180912150627-a60f8e7142b5
- github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
+ github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/d4l3k/messagediff v1.2.1
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568
github.com/fsnotify/fsnotify v1.5.4 // indirect
@@ -22,63 +22,62 @@ 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.0
+ github.com/greatroar/blobloom v0.7.1
github.com/hashicorp/golang-lru v0.5.4
github.com/jackpal/gateway v1.0.7
github.com/jackpal/go-nat-pmp v1.0.2
github.com/julienschmidt/httprouter v1.3.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
- github.com/klauspost/cpuid/v2 v2.0.9 // indirect
- github.com/lib/pq v1.10.3
- github.com/lucas-clemente/quic-go v0.28.1
- github.com/maruel/panicparse v1.6.1
- github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
+ 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/maruel/panicparse v1.6.2
+ 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.5.0
+ github.com/oschwald/geoip2-golang v1.8.0
github.com/pierrec/lz4/v4 v4.1.16
github.com/pkg/errors v0.9.1 // indirect
- github.com/prometheus/client_golang v1.12.2
- github.com/prometheus/common v0.32.1 // indirect
- github.com/prometheus/procfs v0.7.3 // 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.6
+ github.com/shirou/gopsutil/v3 v3.22.8
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.5
+ github.com/urfave/cli v1.22.10
github.com/vitrun/qart v0.0.0-20160531060029-bf64b92db6b0
- golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
+ golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
- golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
- golang.org/x/sys v0.0.0-20220731174439-a90be440212d
+ golang.org/x/net v0.0.0-20220909164309-bea034e7d591
+ golang.org/x/sys v0.0.0-20220913175220-63ea55921009
golang.org/x/text v0.3.7
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
+ golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9
golang.org/x/tools v0.1.12
- google.golang.org/protobuf v1.27.1
+ google.golang.org/protobuf v1.28.1
)
require (
github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e // indirect
github.com/beorn7/perks v1.0.1 // indirect
- github.com/cheekybits/genny v1.0.0 // 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/marten-seemann/qtls-go1-16 v0.1.5 // indirect
- github.com/marten-seemann/qtls-go1-17 v0.1.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/nxadm/tail v1.4.8 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
- github.com/oschwald/maxminddb-golang v1.8.0 // indirect
- github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
- github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
+ github.com/oschwald/maxminddb-golang v1.10.0 // indirect
+ github.com/petermattis/goid v0.0.0-20220824145935-af5520614cb6 // indirect
+ github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
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
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)