diff options
author | 2023-10-30 08:40:50 -0700 | |
---|---|---|
committer | 2023-10-30 08:40:50 -0700 | |
commit | 505d38dc761f25ca3e15e93b5e5193058d2056c4 (patch) | |
tree | 0e6ccce0f48526700d67b4dc5655005fad8e9fc1 /go.mod | |
parent | 9ada7dd1aba17a4e6afd8c458e40ed216eab0e3d (diff) | |
download | coredns-505d38dc761f25ca3e15e93b5e5193058d2056c4.tar.gz coredns-505d38dc761f25ca3e15e93b5e5193058d2056c4.tar.zst coredns-505d38dc761f25ca3e15e93b5e5193058d2056c4.zip |
build(deps): bump github.com/quic-go/quic-go from 0.39.1 to 0.39.3 (#6381)
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.39.1 to 0.39.3.
- [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.1...v0.39.3)
---
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.1 + github.com/quic-go/quic-go v0.39.3 go.etcd.io/etcd/api/v3 v3.5.9 go.etcd.io/etcd/client/v3 v3.5.9 golang.org/x/crypto v0.14.0 |