diff options
author | 2023-02-20 18:29:39 -0500 | |
---|---|---|
committer | 2023-02-20 18:29:39 -0500 | |
commit | 4891c916ba7bc481f18b58012b0b9d3c8b174733 (patch) | |
tree | 8c7c3cd13417e49e40ae0a33e08ce04661d441b6 /go.mod | |
parent | fa766157da692a78714faf59b93018ece365c9d9 (diff) | |
download | coredns-4891c916ba7bc481f18b58012b0b9d3c8b174733.tar.gz coredns-4891c916ba7bc481f18b58012b0b9d3c8b174733.tar.zst coredns-4891c916ba7bc481f18b58012b0b9d3c8b174733.zip |
build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 (#5929)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
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
@@ -105,10 +105,10 @@ require ( go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect golang.org/x/mod v0.7.0 // indirect - golang.org/x/net v0.5.0 // indirect + golang.org/x/net v0.7.0 // indirect golang.org/x/oauth2 v0.4.0 // indirect - golang.org/x/term v0.4.0 // indirect - golang.org/x/text v0.6.0 // indirect + golang.org/x/term v0.5.0 // indirect + golang.org/x/text v0.7.0 // indirect golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect golang.org/x/tools v0.4.0 // indirect golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect |