Skip to content

Commit

Permalink
Pick up latest plugins with sidecar gpu resource fix (flyteorg#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrogan authored Mar 9, 2020
1 parent b902750 commit 11a916e
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 13 deletions.
32 changes: 19 additions & 13 deletions flytepropeller/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,49 @@ module github.com/lyft/flytepropeller
go 1.13

require (
cloud.google.com/go v0.53.0 // indirect
github.com/Azure/azure-sdk-for-go v39.1.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.9.5 // indirect
cloud.google.com/go v0.54.0 // indirect
github.com/Azure/azure-sdk-for-go v40.2.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.2 // indirect
github.com/aws/aws-sdk-go v1.29.20 // indirect
github.com/benlaurie/objecthash v0.0.0-20180202135721-d1e3d6079fc1
github.com/coreos/go-oidc v2.2.1+incompatible // indirect
github.com/fatih/color v1.9.0
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.3
github.com/golang/protobuf v1.3.4
github.com/google/uuid v1.1.1
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.13.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.14.2 // indirect
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.10
github.com/lyft/flyteidl v0.17.8
github.com/lyft/flyteplugins v0.3.11
github.com/lyft/flytestdlib v0.3.2
github.com/magiconair/properties v1.8.1
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/ncw/swift v1.0.50 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.4.1
github.com/spf13/cobra v0.0.5
github.com/prometheus/client_golang v1.5.0
github.com/prometheus/procfs v0.0.10 // indirect
github.com/spf13/cobra v0.0.6
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20200210222208-86ce3cb69678 // indirect
github.com/stretchr/testify v1.5.1
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
gomodules.xyz/jsonpatch/v2 v2.1.0 // indirect
google.golang.org/genproto v0.0.0-20200309141739-5b75447e413d // indirect
google.golang.org/grpc v1.27.1
gopkg.in/ini.v1 v1.52.0 // indirect
gopkg.in/ini.v1 v1.54.0 // indirect
k8s.io/api v0.17.3
k8s.io/apimachinery v0.17.3
k8s.io/client-go v11.0.0+incompatible
k8s.io/klog v1.0.0
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.0
)

Expand Down
Loading

0 comments on commit 11a916e

Please sign in to comment.