Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
incorporate latest boilerplate changes
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix committed Jan 21, 2020
1 parent 36d75ad commit c772b49
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 225 deletions.
82 changes: 35 additions & 47 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,79 +3,67 @@ module github.com/lyft/flytepropeller
go 1.13

require (
cloud.google.com/go v0.48.0 // indirect
github.com/Azure/azure-sdk-for-go v10.2.1-beta+incompatible // indirect
github.com/Azure/go-autorest v13.3.0+incompatible // indirect
cloud.google.com/go v0.51.0 // indirect
github.com/DiSiqueira/GoTree v1.0.1-0.20180907134536-53a8e837f295
github.com/GoogleCloudPlatform/spark-on-k8s-operator v0.0.0-00010101000000-000000000000 // indirect
github.com/Masterminds/semver v1.5.0
github.com/aws/aws-sdk-go v1.25.33 // indirect
github.com/benlaurie/objecthash v0.0.0-20180202135721-d1e3d6079fc1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
github.com/coocood/freecache v1.1.0 // indirect
github.com/dnaeon/go-vcr v1.0.1 // indirect
github.com/fatih/color v1.7.0
github.com/aws/aws-sdk-go v1.28.5 // indirect
github.com/benlaurie/objecthash v0.0.0-20180202135721-d1e3d6079fc1
github.com/fatih/color v1.9.0
github.com/ghodss/yaml v1.0.0
github.com/go-redis/redis v6.15.6+incompatible
github.com/go-test/deep v1.0.4 // indirect
github.com/go-test/deep v1.0.5 // indirect
github.com/gogo/protobuf v1.3.1
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/golang/protobuf v1.3.2
github.com/google/go-cmp v0.4.0 // indirect
github.com/google/uuid v1.1.1
github.com/graymeta/stow v0.0.0-20190522170649-903027f87de7 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/influxdata/influxdb v1.7.9 // indirect
github.com/json-iterator/go v1.1.8 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/lyft/datacatalog v0.1.1
github.com/lyft/flyteidl v0.14.1
github.com/lyft/flyteplugins v0.2.2
github.com/lyft/flytestdlib v0.2.28
github.com/lyft/flyteidl v0.16.6
github.com/lyft/flyteplugins v0.2.8
github.com/lyft/flytestdlib v0.2.31
github.com/magiconair/properties v1.8.1
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/ncw/swift v1.0.49-0.20191112130638-27a552ee74bc // indirect
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/ncw/swift v1.0.49-0.20191117165619-017f012e58fa // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/common v0.7.0 // indirect
github.com/prometheus/procfs v0.0.6 // indirect
github.com/satori/uuid v1.2.0 // indirect
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/prometheus/client_golang v1.1.0
github.com/prometheus/client_model v0.1.0 // indirect
github.com/prometheus/common v0.8.0 // indirect
github.com/prometheus/procfs v0.0.8 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2 // indirect
github.com/stretchr/testify v1.4.0
go.opencensus.io v0.22.2 // indirect
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708 // indirect
golang.org/x/net v0.0.0-20191112182307-2180aed22343 // indirect
golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea // indirect
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad // indirect
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20200117145432-59e60aa80a0c // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
golang.org/x/tools v0.0.0-20191112232237-76a3b8da50ef // indirect
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
gomodules.xyz/jsonpatch v2.0.1+incompatible // indirect
google.golang.org/api v0.13.1-0.20191113000739-8a53bfa9f89b // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/grpc v1.25.1
gopkg.in/yaml.v2 v2.2.5 // indirect
k8s.io/api v0.0.0-20191016110408-35e52d86657a
k8s.io/apimachinery v0.0.0-20191004115801-a2eda9f80ab8
google.golang.org/api v0.15.1-0.20200117000758-b4cd77d6a56c // indirect
google.golang.org/genproto v0.0.0-20200117163144-32f20d992d24 // indirect
google.golang.org/grpc v1.26.0
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
k8s.io/api v0.0.0-20191031200350-b49a72c274e0
k8s.io/apimachinery v0.0.0-20191031200210-047e3ea32d7f
k8s.io/client-go v0.0.0-20191016111102-bec269661e48
k8s.io/code-generator v0.0.0-20191004115455-8e001e5d1894 // indirect
k8s.io/gengo v0.0.0-20191108084044-e500ee069b5c // indirect
k8s.io/klog v1.0.0
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a // indirect
k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d // indirect
k8s.io/utils v0.0.0-20200109141947-94aeca20bf09 // indirect
sigs.k8s.io/controller-runtime v0.3.1-0.20191029211253-40070e2a1958
)

replace (
github.com/GoogleCloudPlatform/spark-on-k8s-operator => github.com/lyft/spark-on-k8s-operator v0.1.3
// FIXME: remove replace after flyteplugins migrated to go module
github.com/lyft/flyteplugins => github.com/honnix/flyteplugins v0.2.3-0.20200121090137-d83cb70f168e
gopkg.in/fsnotify.v1 => github.com/fsnotify/fsnotify v1.4.7
k8s.io/api => github.com/lyft/api v0.0.0-20191031200350-b49a72c274e0
k8s.io/apimachinery => github.com/lyft/apimachinery v0.0.0-20191031200210-047e3ea32d7f
)
Loading

0 comments on commit c772b49

Please sign in to comment.