Skip to content

Commit 44f525f

Browse files
authored
Update propeller to 0.5.14 (flyteorg#149)
* Update propeller * cleanup
1 parent 26785a4 commit 44f525f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/kelseyhightower/envconfig v1.4.0 // indirect
2727
github.com/lib/pq v1.3.0
2828
github.com/lyft/flyteidl v0.18.11
29-
github.com/lyft/flytepropeller v0.5.13
29+
github.com/lyft/flytepropeller v0.5.14
3030
github.com/lyft/flytestdlib v0.3.9
3131
github.com/magiconair/properties v1.8.1
3232
github.com/mitchellh/mapstructure v1.1.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ github.com/lyft/flyteidl v0.18.9/go.mod h1:/zQXxuHO11u/saxTTZc8oYExIGEShXB+xCB1/
458458
github.com/lyft/flyteidl v0.18.11 h1:24NaFYWxANhRbwKfvkgu8axGTWUcl1tgZBqNJutKNJ8=
459459
github.com/lyft/flyteidl v0.18.11/go.mod h1:/zQXxuHO11u/saxTTZc8oYExIGEShXB+xCB1/F1Cu20=
460460
github.com/lyft/flyteplugins v0.5.20/go.mod h1:1G2YORr5JZhfl4dyHGIO4/+ShNMul5DPnoBEdpJfuNc=
461-
github.com/lyft/flytepropeller v0.5.13 h1:GcEmMgE5BFmjyfo1U9nqseQEKHfHsT0FT1IXfhC3/P4=
462-
github.com/lyft/flytepropeller v0.5.13/go.mod h1:P63eiQpUI/57ifXNoHc/NSszU8PYLcJ+fujI4wQ99rI=
461+
github.com/lyft/flytepropeller v0.5.14 h1:6S93Q1tTnoc5iFKe4Sw4qZzQHZgfuTQd6zUdxaZGAik=
462+
github.com/lyft/flytepropeller v0.5.14/go.mod h1:P63eiQpUI/57ifXNoHc/NSszU8PYLcJ+fujI4wQ99rI=
463463
github.com/lyft/flytestdlib v0.3.0 h1:nIkX4MlyYdcLLzaF35RI2P5BhARt+qMgHoFto8eVNzU=
464464
github.com/lyft/flytestdlib v0.3.0/go.mod h1:LJPPJlkFj+wwVWMrQT3K5JZgNhZi2mULsCG4ZYhinhU=
465465
github.com/lyft/flytestdlib v0.3.9 h1:NaKp9xkeWWwhVvqTOcR/FqlASy1N2gu/kN7PVe4S7YI=

0 commit comments

Comments
 (0)