Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit c8ca4a4

Browse files
authored
Add tags to execution spec (#414)
* add tags to execution spec Signed-off-by: Kevin Su <[email protected]> * add tags to execution spec Signed-off-by: Kevin Su <[email protected]> * add comment Signed-off-by: Kevin Su <[email protected]> --------- Signed-off-by: Kevin Su <[email protected]>
1 parent 95e11cc commit c8ca4a4

File tree

18 files changed

+765
-262
lines changed

18 files changed

+765
-262
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ tmp/
1818
__pycache__/
1919

2020
venv/
21+
build/

boilerplate/flyte/golang_support_tools/go.mod

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/flyteorg/boilerplate
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/EngHabu/mockery v0.0.0-20220405200825-3f76291311cf
@@ -163,16 +163,15 @@ require (
163163
github.com/ultraware/whitespace v0.0.4 // indirect
164164
github.com/uudashr/gocognit v1.0.1 // indirect
165165
go.opencensus.io v0.22.6 // indirect
166-
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
166+
golang.org/x/crypto v0.11.0 // indirect
167167
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
168-
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
169-
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
168+
golang.org/x/mod v0.12.0 // indirect
169+
golang.org/x/net v0.12.0 // indirect
170170
golang.org/x/oauth2 v0.0.0-20210126194326-f9ce19ea3013 // indirect
171-
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
172-
golang.org/x/text v0.3.7 // indirect
171+
golang.org/x/sys v0.10.0 // indirect
172+
golang.org/x/text v0.11.0 // indirect
173173
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
174-
golang.org/x/tools v0.1.10 // indirect
175-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
174+
golang.org/x/tools v0.11.1 // indirect
176175
google.golang.org/api v0.38.0 // indirect
177176
google.golang.org/appengine v1.6.7 // indirect
178177
google.golang.org/genproto v0.0.0-20210126160654-44e461bb6506 // indirect

boilerplate/flyte/golang_support_tools/go.sum

+13-39
Large diffs are not rendered by default.

gen/pb-cpp/flyteidl/admin/execution.pb.cc

+114-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)