From b93d3e22c2210a247ee34f2ca0566521416d583f Mon Sep 17 00:00:00 2001 From: Anand Swaminathan Date: Wed, 14 Oct 2020 14:37:20 -0700 Subject: [PATCH] Import the latest plugins to propeller (#196) --- flytepropeller/go.mod | 9 ++++++--- flytepropeller/go.sum | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/flytepropeller/go.mod b/flytepropeller/go.mod index f9c650eb39..d434d9b1f5 100644 --- a/flytepropeller/go.mod +++ b/flytepropeller/go.mod @@ -7,23 +7,23 @@ require ( github.com/Azure/azure-sdk-for-go v40.3.0+incompatible // indirect github.com/Azure/go-autorest/autorest v0.10.0 // indirect github.com/DiSiqueira/GoTree v1.0.1-0.20180907134536-53a8e837f295 - github.com/aws/aws-sdk-go v1.29.23 // indirect github.com/benlaurie/objecthash v0.0.0-20180202135721-d1e3d6079fc1 + github.com/coreos/etcd v3.3.15+incompatible // indirect github.com/coreos/go-oidc v2.2.1+incompatible // indirect github.com/fatih/color v1.9.0 - github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/ghodss/yaml v1.0.0 github.com/go-redis/redis v6.15.7+incompatible github.com/gogo/protobuf v1.3.1 github.com/golang/protobuf v1.3.5 github.com/google/uuid v1.1.1 + github.com/googleapis/gnostic v0.4.1 // indirect github.com/graymeta/stow v0.2.5 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 github.com/grpc-ecosystem/grpc-gateway v1.14.3 // indirect 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.6 + github.com/lyft/flyteplugins v0.5.10 github.com/lyft/flytestdlib v0.3.9 github.com/magiconair/properties v1.8.1 github.com/mattn/go-colorable v0.1.6 // indirect @@ -41,6 +41,7 @@ require ( google.golang.org/genproto v0.0.0-20200312145019-da6875a35672 // indirect google.golang.org/grpc v1.28.0 gopkg.in/ini.v1 v1.54.0 // indirect + gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect k8s.io/api v0.17.3 k8s.io/apimachinery v0.17.3 k8s.io/client-go v11.0.1-0.20190918222721-c0e3722d5cf0+incompatible @@ -48,6 +49,8 @@ require ( k8s.io/kube-openapi v0.0.0-20200204173128-addea2498afe // indirect k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab // indirect sigs.k8s.io/controller-runtime v0.5.1 + sigs.k8s.io/testing_frameworks v0.1.2 // indirect + sigs.k8s.io/yaml v1.2.0 // indirect ) // Pin the version of client-go to something that's compatible with katrogan's fork of api and apimachinery diff --git a/flytepropeller/go.sum b/flytepropeller/go.sum index 5a4892666c..744aca20c1 100644 --- a/flytepropeller/go.sum +++ b/flytepropeller/go.sum @@ -405,6 +405,8 @@ github.com/lyft/flyteplugins v0.5.1 h1:76FpQFohLCy4Eo490sES2empRAi31DJiERfbOSV9p github.com/lyft/flyteplugins v0.5.1/go.mod h1:8zhqFG9BzbHNQGEXzGYltTJLD+KTmQZkanxXgeFI25c= github.com/lyft/flyteplugins v0.5.6 h1:4r9aT8XGRcTQk6VCUlJkz9tsSFFPXLVL6C/mVcgCvyQ= github.com/lyft/flyteplugins v0.5.6/go.mod h1:BRUqCc6HycsFVnhF5Z5MMBHYoqOemdCyfG59lg0B1bY= +github.com/lyft/flyteplugins v0.5.10 h1:mMAtx9PZ1ZdEQ57HiAQsZmF6Rhwo9SWFNnZxYHZY394= +github.com/lyft/flyteplugins v0.5.10/go.mod h1:X17xeh3Sc9ZaAEoZp1Lw6e1lysiToY7aPqYMcstAREI= github.com/lyft/flytepropeller v0.4.2/go.mod h1:TIiWv/ZP1KOI0mqeUbiMqSn2XuY8O8kn8fQc5tWcaLA= github.com/lyft/flytestdlib v0.3.0/go.mod h1:LJPPJlkFj+wwVWMrQT3K5JZgNhZi2mULsCG4ZYhinhU= github.com/lyft/flytestdlib v0.3.9 h1:NaKp9xkeWWwhVvqTOcR/FqlASy1N2gu/kN7PVe4S7YI=