diff options
author | Matthew Holt <[email protected]> | 2023-07-31 16:31:17 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2023-07-31 16:31:17 -0600 |
commit | 94749e119a9dcfe9658e603753b18ae92f348aad (patch) | |
tree | 7e261777839faabac569f7694debc77c195ff34d /go.mod | |
parent | d7d16360d41159a3bea772c36e795bab31503897 (diff) | |
download | caddy-94749e119a9dcfe9658e603753b18ae92f348aad.tar.gz caddy-94749e119a9dcfe9658e603753b18ae92f348aad.zip |
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |