aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-24 07:23:38 +0200
committerGitHub <noreply@github.com>2023-10-24 07:23:38 +0200
commit9666e9701b43bb632665aa91caee0713f4f149bd (patch)
treef1879b8cfda245e6eeac8764ee009ee1b747f18f /go.mod
parent86e1c5ff18cf8440999628e983b8136c63f96f34 (diff)
downloadsyncthing-9666e9701b43bb632665aa91caee0713f4f149bd.tar.gz
syncthing-9666e9701b43bb632665aa91caee0713f4f149bd.zip
build(deps): bump github.com/quic-go/quic-go from 0.39.0 to 0.39.1 (#9181)v1.26.0-rc.2v1.26.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 3a5b59545..f55d0db40 100644
--- a/go.mod
+++ b/go.mod
@@ -38,7 +38,7 @@ require (
github.com/prometheus/client_golang v1.17.0
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
- github.com/quic-go/quic-go v0.39.0
+ github.com/quic-go/quic-go v0.39.1
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.9