diff options
author | 2023-08-21 16:03:34 -0700 | |
---|---|---|
committer | 2023-08-21 16:03:34 -0700 | |
commit | 07c7dc82f0a76ef5438e878aaf5c7b319135ac7e (patch) | |
tree | bee4c93cd9d7c5c7c0109d3c80b35909e7901803 /go.mod | |
parent | 4574b487c28743ce22481505aa19564b8a7d40be (diff) | |
download | coredns-07c7dc82f0a76ef5438e878aaf5c7b319135ac7e.tar.gz coredns-07c7dc82f0a76ef5438e878aaf5c7b319135ac7e.tar.zst coredns-07c7dc82f0a76ef5438e878aaf5c7b319135ac7e.zip |
build(deps): bump github.com/quic-go/quic-go from 0.37.4 to 0.38.0 (#6282)
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.37.4 to 0.38.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.37.4...v0.38.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 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ require ( github.com/prometheus/client_golang v1.16.0 github.com/prometheus/client_model v0.4.0 github.com/prometheus/common v0.44.0 - github.com/quic-go/quic-go v0.37.4 + github.com/quic-go/quic-go v0.38.0 go.etcd.io/etcd/api/v3 v3.5.9 go.etcd.io/etcd/client/v3 v3.5.9 golang.org/x/crypto v0.12.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.10.1 // indirect - github.com/quic-go/qtls-go1-20 v0.3.1 // indirect + github.com/quic-go/qtls-go1-20 v0.3.2 // 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 |