diff options
author | 2023-01-09 12:58:28 -0500 | |
---|---|---|
committer | 2023-01-09 12:58:28 -0500 | |
commit | 2594a6cfeb16a3cb5c5f1c62c0264d0eef6063c9 (patch) | |
tree | a5d2893ab1f1e2a5b3fece73187de90d6a64648c /go.mod | |
parent | 1fc1cb9dd0af469150670ebf772f68224ff1a7d5 (diff) | |
download | coredns-2594a6cfeb16a3cb5c5f1c62c0264d0eef6063c9.tar.gz coredns-2594a6cfeb16a3cb5c5f1c62c0264d0eef6063c9.tar.zst coredns-2594a6cfeb16a3cb5c5f1c62c0264d0eef6063c9.zip |
build(deps): bump golang.org/x/sys from 0.3.0 to 0.4.0 (#5841)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/compare/v0.3.0...v0.4.0)
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ require ( go.etcd.io/etcd/api/v3 v3.5.6 go.etcd.io/etcd/client/v3 v3.5.6 golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 - golang.org/x/sys v0.3.0 + golang.org/x/sys v0.4.0 google.golang.org/api v0.106.0 google.golang.org/grpc v1.51.0 google.golang.org/protobuf v1.28.1 |