aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-11-13 09:20:39 -0500
committerGravatar GitHub <noreply@github.com> 2023-11-13 09:20:39 -0500
commit21a10f1bce6da31e80259fd82c17883ccd10f162 (patch)
tree37c2c58173f4f5134a9d8e9334128e71f4043b40 /go.mod
parent6afc4cccb8fa6488d1778053fe168f320e5d3a1b (diff)
downloadcoredns-21a10f1bce6da31e80259fd82c17883ccd10f162.tar.gz
coredns-21a10f1bce6da31e80259fd82c17883ccd10f162.tar.zst
coredns-21a10f1bce6da31e80259fd82c17883ccd10f162.zip
build(deps): bump github.com/quic-go/quic-go from 0.39.3 to 0.40.0 (#6399)
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.39.3 to 0.40.0. - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.39.3...v0.40.0) --- updated-dependencies: - dependency-name: github.com/quic-go/quic-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 9ce4e1730..4febb4d5e 100644
--- a/go.mod
+++ b/go.mod
@@ -24,7 +24,7 @@ require (
github.com/prometheus/client_golang v1.17.0
github.com/prometheus/client_model v0.5.0
github.com/prometheus/common v0.45.0
- github.com/quic-go/quic-go v0.39.3
+ github.com/quic-go/quic-go v0.40.0
go.etcd.io/etcd/api/v3 v3.5.10
go.etcd.io/etcd/client/v3 v3.5.10
golang.org/x/crypto v0.14.0
@@ -102,7 +102,7 @@ require (
github.com/philhofer/fwd v1.1.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
- github.com/quic-go/qtls-go1-20 v0.3.4 // indirect
+ github.com/quic-go/qtls-go1-20 v0.4.1 // indirect
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tinylib/msgp v1.1.8 // indirect