diff --git a/go.mod b/go.mod index 90dfa8d06d..6145287c24 100644 --- a/go.mod +++ b/go.mod @@ -21,8 +21,7 @@ require ( github.com/imdario/mergo v0.3.8 // indirect github.com/lyft/datacatalog v0.2.1 github.com/lyft/flyteidl v0.17.7 - github.com/lyft/flyteplugins v0.3.9 - //github.com/lyft/flyteplugins v0.3.4-0.20200218200451-1ce137d446ba + github.com/lyft/flyteplugins v0.3.10 github.com/lyft/flytestdlib v0.3.2 github.com/magiconair/properties v1.8.1 github.com/mitchellh/mapstructure v1.1.2 diff --git a/go.sum b/go.sum index 62c0aad993..8ca8cfdfda 100644 --- a/go.sum +++ b/go.sum @@ -363,6 +363,7 @@ github.com/lyft/flyteidl v0.17.7 h1:tDzRjcUUepGCnR/8/VLdsD9toW28nJ969qzcrJe5O5c= github.com/lyft/flyteidl v0.17.7/go.mod h1:/zQXxuHO11u/saxTTZc8oYExIGEShXB+xCB1/F1Cu20= github.com/lyft/flyteplugins v0.3.9 h1:IOxTQD2u4dPWKmSaLWZVlakyzMGPb6cP2G6/fmZMkkc= github.com/lyft/flyteplugins v0.3.9/go.mod h1:FOSo04q4EheU6lm0oZFvfYAWgjrum/BDUK+mUT7qDFA= +github.com/lyft/flyteplugins v0.3.10/go.mod h1:FOSo04q4EheU6lm0oZFvfYAWgjrum/BDUK+mUT7qDFA= 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=