diff options
author | 2024-04-09 08:29:40 +0200 | |
---|---|---|
committer | 2024-04-09 08:29:40 +0200 | |
commit | 3ae189e57e47550e9d2e97a3bdc7ef0b9c41726e (patch) | |
tree | d7d70e1f79ed6a2a7f643c666098f0bf93b9db90 /go.mod | |
parent | e3f83cb1fabb9b1cbaffb9df3c4b65476e92c39b (diff) | |
download | coredns-3ae189e57e47550e9d2e97a3bdc7ef0b9c41726e.tar.gz coredns-3ae189e57e47550e9d2e97a3bdc7ef0b9c41726e.tar.zst coredns-3ae189e57e47550e9d2e97a3bdc7ef0b9c41726e.zip |
build(deps): bump github.com/quic-go/quic-go from 0.41.0 to 0.42.0 (#6585)
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.41.0 to 0.42.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.41.0...v0.42.0)
---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
dependency-type: direct:production
...
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 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ require ( github.com/prometheus/client_golang v1.19.0 github.com/prometheus/client_model v0.6.0 github.com/prometheus/common v0.50.0 - github.com/quic-go/quic-go v0.41.0 + github.com/quic-go/quic-go v0.42.0 go.etcd.io/etcd/api/v3 v3.5.12 go.etcd.io/etcd/client/v3 v3.5.12 golang.org/x/crypto v0.21.0 @@ -115,7 +115,7 @@ require ( go.opentelemetry.io/otel/metric v1.22.0 // indirect go.opentelemetry.io/otel/trace v1.22.0 // indirect go.uber.org/atomic v1.11.0 // indirect - go.uber.org/mock v0.3.0 // indirect + go.uber.org/mock v0.4.0 // indirect go.uber.org/multierr v1.6.0 // indirect go.uber.org/zap v1.17.0 // indirect golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect |