Skip to content

Commit

Permalink
Update plugins: (flyteorg#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhurana001 committed Oct 16, 2020
1 parent b93d3e2 commit f425e97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flytepropeller/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ 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.10
github.com/lyft/flyteplugins v0.5.12
github.com/lyft/flytestdlib v0.3.9
github.com/magiconair/properties v1.8.1
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/ncw/swift v1.0.50 // indirect
github.com/pkg/errors v0.9.1
Expand All @@ -41,7 +42,6 @@ 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
Expand Down
2 changes: 2 additions & 0 deletions flytepropeller/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,8 @@ github.com/lyft/flyteplugins v0.5.6 h1:4r9aT8XGRcTQk6VCUlJkz9tsSFFPXLVL6C/mVcgCv
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/flyteplugins v0.5.12 h1:obz52m9dJ/ununeQJ2OcLZ1z38TE5KMDo8gyH/g8NAg=
github.com/lyft/flyteplugins v0.5.12/go.mod h1:UOoiW+rwQdrDDig3bJSxTWoyW8hW5bcqnuRsp+g2zhQ=
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=
Expand Down

0 comments on commit f425e97

Please sign in to comment.