From 4b5e8bfd51cb97178563412abb541fcd21b8936b Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Tue, 2 Feb 2021 15:59:02 -0800 Subject: [PATCH] Bump plugins to include templatized log changes (#221) --- 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 63ac5960be..f152f03a7f 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.18.9 - github.com/lyft/flyteplugins v0.5.20 + github.com/lyft/flyteplugins v0.5.22 github.com/lyft/flytestdlib v0.3.9 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 8a0ff503d8..07251761c2 100644 --- a/flytepropeller/go.sum +++ b/flytepropeller/go.sum @@ -394,6 +394,8 @@ github.com/lyft/flyteidl v0.18.9 h1:p9gLp92whTSSOeMGPtZ4tkgsVHNGuBuXXMQ447s0J9E= github.com/lyft/flyteidl v0.18.9/go.mod h1:/zQXxuHO11u/saxTTZc8oYExIGEShXB+xCB1/F1Cu20= github.com/lyft/flyteplugins v0.5.20 h1:+l4dakFCgbP/ePQY37SneMhlBGrujeXfUL+U1AtUMk4= github.com/lyft/flyteplugins v0.5.20/go.mod h1:1G2YORr5JZhfl4dyHGIO4/+ShNMul5DPnoBEdpJfuNc= +github.com/lyft/flyteplugins v0.5.22 h1:UoOaJMQSTagzO/qeYjFrPdZRKVkUN5ZXrYh6nFQrqEE= +github.com/lyft/flyteplugins v0.5.22/go.mod h1:1G2YORr5JZhfl4dyHGIO4/+ShNMul5DPnoBEdpJfuNc= github.com/lyft/flytestdlib v0.3.0/go.mod h1:LJPPJlkFj+wwVWMrQT3K5JZgNhZi2mULsCG4ZYhinhU= github.com/lyft/flytestdlib v0.3.9 h1:NaKp9xkeWWwhVvqTOcR/FqlASy1N2gu/kN7PVe4S7YI= github.com/lyft/flytestdlib v0.3.9/go.mod h1:LJPPJlkFj+wwVWMrQT3K5JZgNhZi2mULsCG4ZYhinhU=