Skip to content

Commit

Permalink
chore(deps): bump golang.org/x/net from 0.0.0-20210726213435-c6fcb2db…
Browse files Browse the repository at this point in the history
…f985 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>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 4ccb047 commit 7afbbd7
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 9 deletions.
10 changes: 5 additions & 5 deletions test/tools/project-cleaner/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/kubeflow/pipelines/test/tools/project-cleaner
go 1.21

require (
cloud.google.com/go v0.89.0 // indirect
cloud.google.com/go v0.89.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
google.golang.org/api v0.52.0 // indirect
google.golang.org/genproto v0.0.0-20210729151513-df9385d47c1b // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
golang.org/x/net v0.23.0 // indirect
google.golang.org/api v0.52.0
google.golang.org/genproto v0.0.0-20210729151513-df9385d47c1b
gopkg.in/yaml.v2 v2.4.0
)
43 changes: 39 additions & 4 deletions test/tools/project-cleaner/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7afbbd7

Please sign in to comment.