summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2023-07-31 16:31:17 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2023-07-31 16:31:17 -0600
commit94749e119a9dcfe9658e603753b18ae92f348aad (patch)
tree7e261777839faabac569f7694debc77c195ff34d /go.mod
parentd7d16360d41159a3bea772c36e795bab31503897 (diff)
go.mod: Use quic-go 0.37.1
Should fix panic in Go 1.21 where there was no RemoteAddr.
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 0cd7c7b..c4ba504 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.0
+ github.com/quic-go/quic-go v0.37.1
github.com/smallstep/certificates v0.24.2
github.com/smallstep/nosql v0.6.0
github.com/smallstep/truststore v0.12.1