summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2023-08-05 18:03:50 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2023-08-05 18:10:15 -0600
commita8cc5d1a7d9d80e12ab895beaf4eaed34cc6bded (patch)
tree549d68be955ef3f87c141b4619564950412b0780 /go.mod
parent8d304a4566de36219b31e1cb5a636431362c673c (diff)
go.mod: Upgrade to quic-go v0.37.3
Fixes #5680 once and for all! Hopefully :) Thank you @marten-seemann for your excellent work!
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 dd3c84e..f04dcf8 100644
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,7 @@ require (
github.com/mastercactapus/proxyprotocol v0.0.4
github.com/mholt/acmez v1.2.0
github.com/prometheus/client_golang v1.14.0
- github.com/quic-go/quic-go v0.37.2
+ github.com/quic-go/quic-go v0.37.3
github.com/smallstep/certificates v0.24.3-rc.5
github.com/smallstep/nosql v0.6.0
github.com/smallstep/truststore v0.12.1