File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ require (
30
30
)
31
31
32
32
require (
33
+ github.com/GoogleCloudPlatform/guest-configs v0.0.0-20211028171426-a0dacef88470 // indirect
33
34
github.com/Microsoft/go-winio v0.4.16 // indirect
34
35
github.com/beorn7/perks v1.0.1 // indirect
35
36
github.com/blang/semver v3.5.1+incompatible // indirect
Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZ
64
64
github.com/Azure/go-autorest/tracing v0.6.0 /go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU =
65
65
github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
66
66
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
67
+ github.com/GoogleCloudPlatform/guest-configs v0.0.0-20211028171426-a0dacef88470 h1:A+CGaqTTg3TSo8k4v90qMInYSZ52kJrnnHUlsCgHRVM =
68
+ github.com/GoogleCloudPlatform/guest-configs v0.0.0-20211028171426-a0dacef88470 /go.mod h1:PYz+owYRovKCp6mKRumuKgk77Ac9B5UNmlMHRlW0B1w =
67
69
github.com/GoogleCloudPlatform/k8s-cloud-provider v0.0.0-20200415212048-7901bc822317 h1:JhyuWIqYrstW7KHMjk/fTqU0xtMpBOHuiTA2FVc7L4E =
68
70
github.com/GoogleCloudPlatform/k8s-cloud-provider v0.0.0-20200415212048-7901bc822317 /go.mod h1:DF8FZRxMHMGv/vP2lQP6h+dYzzjpuRn24VeRiYn3qjQ =
69
71
github.com/GoogleCloudPlatform/testgrid v0.0.1-alpha.3 /go.mod h1:f96W2HYy3tiBNV5zbbRc+NczwYHgG1PHXMQfoEWv680 =
Original file line number Diff line number Diff line change 3
3
cloud.google.com/go/compute/metadata
4
4
cloud.google.com/go/iam
5
5
cloud.google.com/go/kms/apiv1
6
+ # github.com/GoogleCloudPlatform/guest-configs v0.0.0-20211028171426-a0dacef88470
7
+ ## explicit
6
8
# github.com/GoogleCloudPlatform/k8s-cloud-provider v0.0.0-20200415212048-7901bc822317
7
9
## explicit; go 1.13
8
10
github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta
You can’t perform that action at this time.
0 commit comments