Skip to content

Commit 7afbbd7

Browse files
chore(deps): bump golang.org/x/net from 0.0.0-20210726213435-c6fcb2dbf985 to 0.23.0 in /test/tools/project-cleaner (#10728)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210726213435-c6fcb2dbf985 to 0.23.0. - [Commits](https://github.com/golang/net/commits/v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ccb047 commit 7afbbd7

File tree

2 files changed

+44
-9
lines changed

2 files changed

+44
-9
lines changed

test/tools/project-cleaner/go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module github.com/kubeflow/pipelines/test/tools/project-cleaner
33
go 1.21
44

55
require (
6-
cloud.google.com/go v0.89.0 // indirect
6+
cloud.google.com/go v0.89.0
77
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8-
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
9-
google.golang.org/api v0.52.0 // indirect
10-
google.golang.org/genproto v0.0.0-20210729151513-df9385d47c1b // indirect
11-
gopkg.in/yaml.v2 v2.4.0 // indirect
8+
golang.org/x/net v0.23.0 // indirect
9+
google.golang.org/api v0.52.0
10+
google.golang.org/genproto v0.0.0-20210729151513-df9385d47c1b
11+
gopkg.in/yaml.v2 v2.4.0
1212
)

test/tools/project-cleaner/go.sum

+39-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)