Skip to content

Commit 79ca260

Browse files
committed
Add generated code
1 parent c67f895 commit 79ca260

File tree

3 files changed

+375
-2
lines changed

3 files changed

+375
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ require (
5454
golang.org/x/sync v0.1.0
5555
golang.org/x/sys v0.6.0
5656
google.golang.org/api v0.112.0
57+
google.golang.org/grpc v1.53.0
58+
google.golang.org/protobuf v1.28.1
5759
gopkg.in/gcfg.v1 v1.2.3
5860
gopkg.in/inf.v0 v0.9.1
5961
gopkg.in/square/go-jose.v2 v2.6.0
@@ -213,8 +215,6 @@ require (
213215
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
214216
google.golang.org/appengine v1.6.7 // indirect
215217
google.golang.org/genproto v0.0.0-20230303212802-e74f57abe488 // indirect
216-
google.golang.org/grpc v1.53.0 // indirect
217-
google.golang.org/protobuf v1.28.1 // indirect
218218
gopkg.in/ini.v1 v1.67.0 // indirect
219219
gopkg.in/warnings.v0 v0.1.2 // indirect
220220
gopkg.in/yaml.v2 v2.4.0 // indirect

proto/kops/bootstrap/v1/bootstrap.pb.go

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

proto/kops/bootstrap/v1/bootstrap_grpc.pb.go

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

0 commit comments

Comments
 (0)