Skip to content

Commit

Permalink
Adding retry policy to be available to the plugins (flyteorg#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinii authored Oct 5, 2020
1 parent 199817c commit f2aa3d7
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flyteplugins/copilot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/lyft/flyteplugins/copilot
go 1.13

require (
github.com/aws/aws-sdk-go v1.28.11
github.com/aws/aws-sdk-go v1.29.23
github.com/fsnotify/fsnotify v1.4.9
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.2
github.com/imdario/mergo v0.3.9 // indirect
github.com/lyft/flyteidl v0.18.0
github.com/lyft/flyteplugins v0.3.29
github.com/lyft/flyteplugins v0.4.4
github.com/lyft/flytestdlib v0.3.9
github.com/mitchellh/go-ps v1.0.0
github.com/pkg/errors v0.9.1
Expand Down
Loading

0 comments on commit f2aa3d7

Please sign in to comment.