diff options
author | 2023-09-04 08:37:00 -0700 | |
---|---|---|
committer | 2023-09-04 08:37:00 -0700 | |
commit | b43d454585be8ee865bf9d27973871430ff7c2c1 (patch) | |
tree | e0884946c28959f2a0e7deab90cda1bb3102c714 /go.mod | |
parent | 0e9f8a98c206ef52c070e508f688e7534a72db8f (diff) | |
download | coredns-b43d454585be8ee865bf9d27973871430ff7c2c1.tar.gz coredns-b43d454585be8ee865bf9d27973871430ff7c2c1.tar.zst coredns-b43d454585be8ee865bf9d27973871430ff7c2c1.zip |
build(deps): bump github.com/quic-go/quic-go from 0.38.0 to 0.38.1 (#6297)
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.38.0 to 0.38.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.38.0...v0.38.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.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.38.0 + github.com/quic-go/quic-go v0.38.1 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.2 // indirect + github.com/quic-go/qtls-go1-20 v0.3.3 // 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 |