aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <[email protected]>2024-04-27 12:01:30 -0600
committerMatthew Holt <[email protected]>2024-04-27 12:01:30 -0600
commita46ff50a1ce61d02fc249821fb7e8ea04c1b2840 (patch)
tree1ad408c39d9ac6ab37cf6ff4f836a8de9d403bcd /go.mod
parentcabb5d71c493f4502df74f346b9d7e7fe4497c99 (diff)
downloadcaddy-a46ff50a1ce61d02fc249821fb7e8ea04c1b2840.tar.gz
caddy-a46ff50a1ce61d02fc249821fb7e8ea04c1b2840.zip
go.mod: Upgrade to quic-go v0.43.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 90f6042fb..76a97b1f7 100644
--- a/go.mod
+++ b/go.mod
@@ -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