diff options
author | Marten Seemann <[email protected]> | 2024-01-25 10:58:19 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-25 13:58:19 -0500 |
commit | 697cc593a17fcb39087161b058fc1dba8b767060 (patch) | |
tree | 7e83b299423272178716ccf631b9e7be3c580df4 /go.mod | |
parent | 2fe69a828f9fcacc0160a576839d4b67c5730031 (diff) | |
download | caddy-697cc593a17fcb39087161b058fc1dba8b767060.tar.gz caddy-697cc593a17fcb39087161b058fc1dba8b767060.zip |
chore: Update quic-go to v0.41.0, bump Go minimum to 1.21 (#6043)
Co-authored-by: Francis Lavoie <[email protected]>
Co-authored-by: Matt Holt <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,8 @@ module github.com/caddyserver/caddy/v2 -go 1.20 +go 1.21 + +toolchain go1.21.4 require ( github.com/BurntSushi/toml v1.3.2 @@ -16,7 +18,7 @@ require ( github.com/klauspost/cpuid/v2 v2.2.5 github.com/mholt/acmez v1.2.0 github.com/prometheus/client_golang v1.18.0 - github.com/quic-go/quic-go v0.40.1 + github.com/quic-go/quic-go v0.41.0 github.com/smallstep/certificates v0.25.0 github.com/smallstep/nosql v0.6.0 github.com/smallstep/truststore v0.12.1 @@ -59,7 +61,6 @@ require ( 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/qtls-go1-20 v0.4.1 // indirect github.com/smallstep/go-attestation v0.4.4-0.20230627102604-cf579e53cbd2 // indirect github.com/x448/float16 v0.8.4 // indirect github.com/zeebo/blake3 v0.2.3 // indirect |