diff options
author | Marten Seemann <[email protected]> | 2024-09-21 05:00:13 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-20 17:00:13 -0400 |
commit | 5b44d6cea87e91723e166eb30041d0ec79c29e66 (patch) | |
tree | d526e6ed8eb8d0f1c8e54f0a306a15986a70a8f3 /go.mod | |
parent | 6ab9fb6f7424026ed67ceb112d99a4c483ef468b (diff) | |
download | caddy-5b44d6cea87e91723e166eb30041d0ec79c29e66.tar.gz caddy-5b44d6cea87e91723e166eb30041d0ec79c29e66.zip |
update quic-go to v0.47.0 (#6582)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 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.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 |