From e227246f0ad5d9a3d79c8803de07931a85ef5917 Mon Sep 17 00:00:00 2001 From: Ketan Umare Date: Mon, 6 Apr 2020 16:40:10 -0700 Subject: [PATCH] Update Flyteplugins to v0.3.20 (#105) --- flytepropeller/go.mod | 2 +- flytepropeller/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/flytepropeller/go.mod b/flytepropeller/go.mod index 13231190a1..7d4c6c6024 100644 --- a/flytepropeller/go.mod +++ b/flytepropeller/go.mod @@ -22,7 +22,7 @@ require ( github.com/imdario/mergo v0.3.8 // indirect github.com/lyft/datacatalog v0.2.1 github.com/lyft/flyteidl v0.17.9 - github.com/lyft/flyteplugins v0.3.16 + github.com/lyft/flyteplugins v0.3.20 github.com/lyft/flytestdlib v0.3.3 github.com/magiconair/properties v1.8.1 github.com/mattn/go-colorable v0.1.6 // indirect diff --git a/flytepropeller/go.sum b/flytepropeller/go.sum index 10dcbbb7b4..60a666a275 100644 --- a/flytepropeller/go.sum +++ b/flytepropeller/go.sum @@ -395,6 +395,8 @@ github.com/lyft/flyteplugins v0.3.15 h1:chDrm8maK3dCSy7UM8ElfmzTUBn1fiF7UnmP4px4 github.com/lyft/flyteplugins v0.3.15/go.mod h1:NDhdkOAn2q6p7YLq9a0/lxyS0dburoAEgipOY5TiO8A= github.com/lyft/flyteplugins v0.3.16 h1:RzfShN2HRFua9JHa5Z37dyXM3jorg3az8tEOItCXmO4= github.com/lyft/flyteplugins v0.3.16/go.mod h1:NDhdkOAn2q6p7YLq9a0/lxyS0dburoAEgipOY5TiO8A= +github.com/lyft/flyteplugins v0.3.20 h1:PG63Z9kaLG67TyY/YyY4gu9vmQrsXxMNAtxNrxjmh5c= +github.com/lyft/flyteplugins v0.3.20/go.mod h1:NDhdkOAn2q6p7YLq9a0/lxyS0dburoAEgipOY5TiO8A= github.com/lyft/flytestdlib v0.3.0/go.mod h1:LJPPJlkFj+wwVWMrQT3K5JZgNhZi2mULsCG4ZYhinhU= github.com/lyft/flytestdlib v0.3.2 h1:bY6Y+Fg6Jdc7zY4GAYuR7t2hjWwynIdmRvtLcRNaGnw= github.com/lyft/flytestdlib v0.3.2/go.mod h1:LJPPJlkFj+wwVWMrQT3K5JZgNhZi2mULsCG4ZYhinhU=