diff options
author | Matthew Holt <[email protected]> | 2024-05-06 20:15:43 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2024-05-06 20:15:43 -0600 |
commit | b52271061d2524d2e5ca46946e9288f664da51c5 (patch) | |
tree | b52e538ba908c08527190478ba7b34fb711636c2 /go.mod | |
parent | d05d715a006322e6d512f308b4f9543cdf013187 (diff) | |
download | caddy-b52271061d2524d2e5ca46946e9288f664da51c5.tar.gz caddy-b52271061d2524d2e5ca46946e9288f664da51c5.zip |
go.mod: Upgrade to quic-go v0.43.1
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.43.0 + github.com/quic-go/quic-go v0.43.1 github.com/smallstep/certificates v0.25.3-rc5 github.com/smallstep/nosql v0.6.0 github.com/smallstep/truststore v0.13.0 |