diff options
author | Matthew Holt <[email protected]> | 2024-04-27 12:01:30 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2024-04-27 12:01:30 -0600 |
commit | a46ff50a1ce61d02fc249821fb7e8ea04c1b2840 (patch) | |
tree | 1ad408c39d9ac6ab37cf6ff4f836a8de9d403bcd /go.mod | |
parent | cabb5d71c493f4502df74f346b9d7e7fe4497c99 (diff) | |
download | caddy-a46ff50a1ce61d02fc249821fb7e8ea04c1b2840.tar.gz caddy-a46ff50a1ce61d02fc249821fb7e8ea04c1b2840.zip |
go.mod: Upgrade to quic-go v0.43.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ require ( github.com/klauspost/cpuid/v2 v2.2.7 github.com/mholt/acmez/v2 v2.0.0-beta.2 github.com/prometheus/client_golang v1.19.0 - github.com/quic-go/quic-go v0.42.0 + github.com/quic-go/quic-go v0.43.0 github.com/smallstep/certificates v0.25.3-rc5 github.com/smallstep/nosql v0.6.0 github.com/smallstep/truststore v0.13.0 |