This repository was archived by the owner on Oct 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ go 1.13
44
55require (
66 github.com/aws/aws-sdk-go v1.37.1
7- github.com/flyteorg/flyteidl v0.22.1
8- github.com/flyteorg/flytestdlib v0.4.7
7+ github.com/flyteorg/flyteidl v1.2.8
8+ github.com/flyteorg/flytestdlib v1.0.0
99 github.com/fsnotify/fsnotify v1.4.9
1010 github.com/ghodss/yaml v1.0.0
1111 github.com/golang/protobuf v1.4.3
12+ github.com/graymeta/stow v0.2.7 // indirect
1213 github.com/imdario/mergo v0.3.11 // indirect
1314 github.com/mitchellh/go-ps v1.0.0
1415 github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -173,9 +173,13 @@ github.com/flyteorg/flyteidl v0.21.10 h1:4ed/8+loMhvNny/DivgX4jdQLfFE+LSD13nDWbY
173173github.com/flyteorg/flyteidl v0.21.10 /go.mod h1:576W2ViEyjTpT+kEVHAGbrTP3HARNUZ/eCwrNPmdx9U =
174174github.com/flyteorg/flyteidl v0.22.1 h1:9OYtiUIDTKsnNRoVGFcvUrIRbD3dxUJYgRTDnNnMRbw =
175175github.com/flyteorg/flyteidl v0.22.1 /go.mod h1:576W2ViEyjTpT+kEVHAGbrTP3HARNUZ/eCwrNPmdx9U =
176+ github.com/flyteorg/flyteidl v1.2.8 h1:5tBpq4Ze3y+6yC/DyiJO2Pz8EGyrvUgtmk3oXeyTGk4 =
177+ github.com/flyteorg/flyteidl v1.2.8 /go.mod h1:OJAq333OpInPnMhvVz93AlEjmlQ+t0FAD4aakIYE4OU =
176178github.com/flyteorg/flytestdlib v0.3.13 /go.mod h1:Tz8JCECAbX6VWGwFT6cmEQ+RJpZ/6L9pswu3fzWs220 =
177179github.com/flyteorg/flytestdlib v0.4.7 h1:SMPPXI3j/MjP7D2fqaR+lPQkTrqYS7xZbwsgJI2F8SU =
178180github.com/flyteorg/flytestdlib v0.4.7 /go.mod h1:fv1ar34LJLMTaf0tbfetisLykUlARi7rP+NQTUn6QQs =
181+ github.com/flyteorg/flytestdlib v1.0.0 h1:gb99ignMsVcNTUmWzArtcIDdkRjyzQQVBkWNOQakiFg =
182+ github.com/flyteorg/flytestdlib v1.0.0 /go.mod h1:QSVN5wIM1lM9d60eAEbX7NwweQXW96t5x4jbyftn89c =
179183github.com/form3tech-oss/jwt-go v3.2.2+incompatible h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk =
180184github.com/form3tech-oss/jwt-go v3.2.2+incompatible /go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k =
181185github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db /go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4 =
You can’t perform that action at this time.
0 commit comments