From 94749e119a9dcfe9658e603753b18ae92f348aad Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 31 Jul 2023 16:31:17 -0600 Subject: go.mod: Use quic-go 0.37.1 Should fix panic in Go 1.21 where there was no RemoteAddr. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3