aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-01-08 21:25:22 +0100
committerGravatar GitHub <noreply@github.com> 2024-01-08 21:25:22 +0100
commit1ab23019e3606014092e190030b8231e400b64c6 (patch)
tree22eb7b675546a333f4e873cd79306470424beef3 /go.mod
parent966964ccad9ff4082ec2b23c346df5809b192403 (diff)
downloadcoredns-1ab23019e3606014092e190030b8231e400b64c6.tar.gz
coredns-1ab23019e3606014092e190030b8231e400b64c6.tar.zst
coredns-1ab23019e3606014092e190030b8231e400b64c6.zip
build(deps): bump github.com/quic-go/quic-go from 0.40.0 to 0.40.1 (#6444)
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.40.0 to 0.40.1. - [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.40.0...v0.40.1) --- updated-dependencies: - dependency-name: github.com/quic-go/quic-go dependency-type: direct:production update-type: version-update:semver-patch ... 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 941940f9a..164ce88af 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.40.0
+ github.com/quic-go/quic-go v0.40.1
go.etcd.io/etcd/api/v3 v3.5.11
go.etcd.io/etcd/client/v3 v3.5.10
golang.org/x/crypto v0.17.0