Skip to content

Commit b543887

Browse files
Update vendor.
Signed-off-by: Vinayak Goyal <[email protected]>
1 parent 2d9194e commit b543887

File tree

25 files changed

+0
-5736
lines changed

25 files changed

+0
-5736
lines changed

cmd/gcp-controller-manager/BUILD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@ go_library(
4646
"//cmd/gcp-controller-manager/healthz",
4747
"//pkg/clientauthplugin/gcp",
4848
"//pkg/csrmetrics",
49-
"//pkg/nodeidentity",
5049
"//providers/gce",
5150
"//vendor/cloud.google.com/go/compute/metadata",
52-
"//vendor/github.com/google/go-tpm/tpm2",
5351
"//vendor/github.com/prometheus/client_golang/prometheus/promhttp",
5452
"//vendor/github.com/spf13/pflag",
5553
"//vendor/golang.org/x/oauth2",
@@ -124,7 +122,6 @@ go_test(
124122
"//pkg/nodeidentity",
125123
"//vendor/github.com/google/go-cmp/cmp",
126124
"//vendor/github.com/google/go-cmp/cmp/cmpopts",
127-
"//vendor/github.com/google/go-tpm/tpm2",
128125
"//vendor/google.golang.org/api/compute/v0.beta:v0_beta",
129126
"//vendor/google.golang.org/api/compute/v1:compute",
130127
"//vendor/google.golang.org/api/container/v1:container",

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go 1.22.0
55
require (
66
github.com/evanphx/json-patch v5.6.0+incompatible
77
github.com/google/go-cmp v0.6.0
8-
github.com/google/go-tpm v0.3.2
98
github.com/prometheus/client_golang v1.16.0
109
github.com/spf13/cobra v1.8.0
1110
github.com/spf13/pflag v1.0.5

go.sum

Lines changed: 0 additions & 102 deletions
Large diffs are not rendered by default.

pkg/nodeidentity/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ go_library(
55
srcs = ["id.go"],
66
importpath = "k8s.io/cloud-provider-gcp/pkg/nodeidentity",
77
visibility = ["//visibility:public"],
8-
deps = ["//vendor/cloud.google.com/go/compute/metadata"],
98
)

vendor/github.com/google/go-tpm/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

vendor/github.com/google/go-tpm/tpm2/BUILD

Lines changed: 0 additions & 25 deletions
This file was deleted.

vendor/github.com/google/go-tpm/tpm2/README.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)