aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-04-24 09:25:52 +0200
committerGravatar GitHub <noreply@github.com> 2024-04-24 09:25:52 +0200
commit83e58b81330dfd63c14f62a3644c1551c267fbb9 (patch)
treef289809e4b940d401c299c733e9c6c9fead6886f /go.mod
parent8de4531d35bf22d3f95601167231f122f87f1d5d (diff)
downloadcoredns-83e58b81330dfd63c14f62a3644c1551c267fbb9.tar.gz
coredns-83e58b81330dfd63c14f62a3644c1551c267fbb9.tar.zst
coredns-83e58b81330dfd63c14f62a3644c1551c267fbb9.zip
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#6622)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7cc8cdbbe..6b141d468 100644
--- a/go.mod
+++ b/go.mod
@@ -120,7 +120,7 @@ require (
go.uber.org/zap v1.17.0 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/mod v0.14.0 // indirect
- golang.org/x/net v0.22.0 // indirect
+ golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect