diff options
author | WeidiDeng <[email protected]> | 2024-08-07 12:08:32 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-06 22:08:32 -0600 |
commit | a8b0dfa8da5616837f7e028578ddb9b7ad36b64e (patch) | |
tree | f15dc30ffc85a1937c293d3c8188c17b800942bb /go.mod | |
parent | b1986781740b2b7f546c6ce56496c5cc7145674d (diff) | |
download | caddy-a8b0dfa8da5616837f7e028578ddb9b7ad36b64e.tar.gz caddy-a8b0dfa8da5616837f7e028578ddb9b7ad36b64e.zip |
go.mod: update quic-go package (#6498)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ require ( github.com/klauspost/cpuid/v2 v2.2.7 github.com/mholt/acmez/v2 v2.0.1 github.com/prometheus/client_golang v1.19.1 - github.com/quic-go/quic-go v0.44.0 + github.com/quic-go/quic-go v0.46.0 github.com/smallstep/certificates v0.26.1 github.com/smallstep/nosql v0.6.1 github.com/smallstep/truststore v0.13.0 |