aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorMarten Seemann <[email protected]>2024-09-21 05:00:13 +0800
committerGitHub <[email protected]>2024-09-20 17:00:13 -0400
commit5b44d6cea87e91723e166eb30041d0ec79c29e66 (patch)
treed526e6ed8eb8d0f1c8e54f0a306a15986a70a8f3 /go.mod
parent6ab9fb6f7424026ed67ceb112d99a4c483ef468b (diff)
downloadcaddy-5b44d6cea87e91723e166eb30041d0ec79c29e66.tar.gz
caddy-5b44d6cea87e91723e166eb30041d0ec79c29e66.zip
update quic-go to v0.47.0 (#6582)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 6ae4a4a8e..051058f4e 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.46.0
+ github.com/quic-go/quic-go v0.47.0
github.com/smallstep/certificates v0.26.1
github.com/smallstep/nosql v0.6.1
github.com/smallstep/truststore v0.13.0
@@ -62,7 +62,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 // indirect
github.com/onsi/ginkgo/v2 v2.13.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/quic-go/qpack v0.4.0 // indirect
+ github.com/quic-go/qpack v0.5.1 // indirect
github.com/smallstep/go-attestation v0.4.4-0.20240109183208-413678f90935 // indirect
github.com/smallstep/pkcs7 v0.0.0-20231024181729-3b98ecc1ca81 // indirect
github.com/smallstep/scep v0.0.0-20231024192529-aee96d7ad34d // indirect