diff options
author | Marten Seemann <[email protected]> | 2024-10-15 08:38:10 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-15 09:38:10 -0400 |
commit | a211c656f12bcab73df0de114f2b6100ee5a0fe4 (patch) | |
tree | 56b3cd3f85eb59b4b9344918570792998d0fcb36 /go.mod | |
parent | 48ce47f1d44da485fbbf6be536a0e3822763f313 (diff) | |
download | caddy-a211c656f12bcab73df0de114f2b6100ee5a0fe4.tar.gz caddy-a211c656f12bcab73df0de114f2b6100ee5a0fe4.zip |
chore: update quic-go to v0.48.0 (#6627)
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.8 github.com/mholt/acmez/v2 v2.0.3 github.com/prometheus/client_golang v1.19.1 - github.com/quic-go/quic-go v0.47.0 + github.com/quic-go/quic-go v0.48.0 github.com/smallstep/certificates v0.26.1 github.com/smallstep/nosql v0.6.1 github.com/smallstep/truststore v0.13.0 |