Skip to content

Commit 0b2ab35

Browse files
committed
go mod tidy
1 parent db76167 commit 0b2ab35

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ module k8s.io/test-infra
77
// packages: https://github.com/golang/go/issues/44840#issuecomment-1651863470
88

99
require (
10-
bitbucket.org/creachadair/stringset v0.0.9
11-
cloud.google.com/go/automl v1.12.0
10+
bitbucket.org/creachadair/stringset v0.0.9 // indirect
1211
cloud.google.com/go/secretmanager v1.10.0
1312
cloud.google.com/go/storage v1.28.1
1413
github.com/Azure/azure-sdk-for-go v67.3.0+incompatible
@@ -92,7 +91,6 @@ require (
9291
cloud.google.com/go/compute v1.19.1 // indirect
9392
cloud.google.com/go/compute/metadata v0.2.3 // indirect
9493
cloud.google.com/go/iam v0.13.0 // indirect
95-
cloud.google.com/go/longrunning v0.4.1 // indirect
9694
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
9795
contrib.go.opencensus.io/exporter/prometheus v0.4.0 // indirect
9896
github.com/Azure/azure-pipeline-go v0.2.2 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ cloud.google.com/go v0.72.0/go.mod h1:M+5Vjvlc2wnp6tjzE102Dw08nGShTscUx2nZMufOKP
2323
cloud.google.com/go v0.73.0/go.mod h1:BkDh9dFvGjCitVw03TNjKbBxXNKULXXIq6orU6HrJ4Q=
2424
cloud.google.com/go v0.110.0 h1:Zc8gqp3+a9/Eyph2KDmcGaPtbKRIoqq4YTlL4NMD0Ys=
2525
cloud.google.com/go v0.110.0/go.mod h1:SJnCLqQ0FCFGSZMUNUf84MV3Aia54kn7pi8st7tMzaY=
26-
cloud.google.com/go/automl v1.12.0 h1:50VugllC+U4IGl3tDNcZaWvApHBTrn/TvyHDJ0wM+Uw=
27-
cloud.google.com/go/automl v1.12.0/go.mod h1:tWDcHDp86aMIuHmyvjuKeeHEGq76lD7ZqfGLN6B0NuU=
2826
cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o=
2927
cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE=
3028
cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc=

0 commit comments

Comments
 (0)