diff options
author | 2024-03-10 16:07:43 +0100 | |
---|---|---|
committer | 2024-03-10 16:07:43 +0100 | |
commit | 705f350c7e7a94cc3c638da06a1fffa752a2ceb4 (patch) | |
tree | 052b8577ff2c6b1d342a6d0c5020003b65ea199b /go.mod | |
parent | 218ceb373737ceb49370b096ec2a9fbf091ee22e (diff) | |
download | coredns-705f350c7e7a94cc3c638da06a1fffa752a2ceb4.tar.gz coredns-705f350c7e7a94cc3c638da06a1fffa752a2ceb4.tar.zst coredns-705f350c7e7a94cc3c638da06a1fffa752a2ceb4.zip |
build(deps): bump github.com/quic-go/quic-go from 0.40.1 to 0.41.0 (#6491)
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.40.1 to 0.41.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.40.1...v0.41.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.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -24,7 +24,7 @@ require ( github.com/prometheus/client_golang v1.19.0 github.com/prometheus/client_model v0.5.0 github.com/prometheus/common v0.48.0 - github.com/quic-go/quic-go v0.40.1 + github.com/quic-go/quic-go v0.41.0 go.etcd.io/etcd/api/v3 v3.5.12 go.etcd.io/etcd/client/v3 v3.5.12 golang.org/x/crypto v0.18.0 @@ -105,7 +105,6 @@ require ( github.com/philhofer/fwd v1.1.2 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/prometheus/procfs v0.12.0 // 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 |