aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorWeidiDeng <[email protected]>2024-08-07 12:08:32 +0800
committerGitHub <[email protected]>2024-08-06 22:08:32 -0600
commita8b0dfa8da5616837f7e028578ddb9b7ad36b64e (patch)
treef15dc30ffc85a1937c293d3c8188c17b800942bb /go.mod
parentb1986781740b2b7f546c6ce56496c5cc7145674d (diff)
downloadcaddy-a8b0dfa8da5616837f7e028578ddb9b7ad36b64e.tar.gz
caddy-a8b0dfa8da5616837f7e028578ddb9b7ad36b64e.zip
go.mod: update quic-go package (#6498)
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 d2fec7db0..d4153c372 100644
--- a/go.mod
+++ b/go.mod
@@ -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