aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2023-09-25 21:45:57 +0200
committerGitHub <noreply@github.com>2023-09-25 21:45:57 +0200
commitb91d7711aa205fbd31f87b0d8f0d5cee1269881e (patch)
treeb6b9d4fdbb863a40cfdd686f3692d01fae1bea20 /go.mod
parent9940c91ebf22dcb11db60949a8378e3eb635b0c7 (diff)
downloadsyncthing-b91d7711aa205fbd31f87b0d8f0d5cee1269881e.tar.gz
syncthing-b91d7711aa205fbd31f87b0d8f0d5cee1269881e.zip
Update dependencies (#9129)
And some QUIC API changes, of course.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 8 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index dfd99eaf4..c9b9e5145 100644
--- a/go.mod
+++ b/go.mod
@@ -15,8 +15,8 @@ require (
github.com/d4l3k/messagediff v1.2.1
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568
github.com/getsentry/raven-go v0.2.0
- github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
- github.com/go-ldap/ldap/v3 v3.4.5
+ github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
+ github.com/go-ldap/ldap/v3 v3.4.6
github.com/gobwas/glob v0.2.3
github.com/gogo/protobuf v1.3.2
github.com/golang/snappy v0.0.4 // indirect
@@ -37,8 +37,8 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.16.0
github.com/prometheus/common v0.44.0 // indirect
- github.com/prometheus/procfs v0.11.1 // indirect
- github.com/quic-go/quic-go v0.38.1
+ github.com/prometheus/procfs v0.12.0 // indirect
+ github.com/quic-go/quic-go v0.39.0
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.23.8
@@ -63,11 +63,11 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
- github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
- github.com/google/pprof v0.0.0-20230907193218-d3ddc7976beb // indirect
+ github.com/google/pprof v0.0.0-20230912144702-c363fe2c2ed8 // indirect
+ github.com/google/uuid v1.3.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
- github.com/onsi/ginkgo/v2 v2.12.0 // indirect
+ github.com/onsi/ginkgo/v2 v2.12.1 // indirect
github.com/oschwald/maxminddb-golang v1.12.0 // indirect
github.com/petermattis/goid v0.0.0-20230904192822-1876fd5063bc // indirect
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
@@ -75,6 +75,7 @@ require (
github.com/quic-go/qtls-go1-20 v0.3.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
+ go.uber.org/mock v0.3.0 // indirect
)
// https://github.com/gobwas/glob/pull/55