Skip to content

Commit e16b446

Browse files
authored
Revert "chore(deps): bump golang.org/x/net from 0.0.0-20210726213435-… (#11297)
This reverts commit 7afbbd7. chore: pinned estroz/rerun-actions version (#11257) Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
1 parent 7afbbd7 commit e16b446

File tree

2 files changed

+9
-44
lines changed

2 files changed

+9
-44
lines changed

test/tools/project-cleaner/go.mod

Lines changed: 5 additions & 5 deletions
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
6+
cloud.google.com/go v0.89.0 // indirect
77
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // 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
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
1212
)

test/tools/project-cleaner/go.sum

Lines changed: 4 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)