diff options
author | 2023-11-13 09:44:55 -0800 | |
---|---|---|
committer | 2023-11-13 09:44:55 -0800 | |
commit | 96ef380f15dd217939f02b0039516d03a41d63fa (patch) | |
tree | aadec6d06373ba5fbaf31a0469dd46494be4d8bd /go.mod | |
parent | ab766002041166b27d9839f2b5f882d80d446dcd (diff) | |
download | coredns-96ef380f15dd217939f02b0039516d03a41d63fa.tar.gz coredns-96ef380f15dd217939f02b0039516d03a41d63fa.tar.zst coredns-96ef380f15dd217939f02b0039516d03a41d63fa.zip |
build(deps): bump golang.org/x/crypto from 0.14.0 to 0.15.0 (#6401)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.15.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
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 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,7 +27,7 @@ require ( github.com/quic-go/quic-go v0.40.0 go.etcd.io/etcd/api/v3 v3.5.10 go.etcd.io/etcd/client/v3 v3.5.10 - golang.org/x/crypto v0.14.0 + golang.org/x/crypto v0.15.0 golang.org/x/sys v0.14.0 google.golang.org/api v0.149.0 google.golang.org/grpc v1.59.0 @@ -118,8 +118,8 @@ require ( golang.org/x/mod v0.12.0 // indirect golang.org/x/net v0.17.0 // indirect golang.org/x/oauth2 v0.13.0 // indirect - golang.org/x/term v0.13.0 // indirect - golang.org/x/text v0.13.0 // indirect + golang.org/x/term v0.14.0 // indirect + golang.org/x/text v0.14.0 // indirect golang.org/x/time v0.3.0 // indirect golang.org/x/tools v0.13.0 // indirect golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect |