Skip to content

Commit

Permalink
Bump FlytePropeller version to populate FlyteWorkflow CRD labels (fly…
Browse files Browse the repository at this point in the history
…teorg#310)

* bump flytepropeller version to include flyteworkflow crd labels

Signed-off-by: Daniel Rammer <daniel@union.ai>

* remove go mod tidy in Dockerfile

Signed-off-by: Daniel Rammer <daniel@union.ai>

* go mod tidy with v1.17

Signed-off-by: Daniel Rammer <daniel@union.ai>
  • Loading branch information
hamersaw committed Dec 23, 2021
1 parent 234c6c8 commit 596af0e
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 18 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/flyteorg/flyteidl v0.21.13
github.com/flyteorg/flyteplugins v0.7.0
github.com/flyteorg/flytepropeller v0.14.11
github.com/flyteorg/flyteplugins v0.7.1
github.com/flyteorg/flytepropeller v0.15.13
github.com/flyteorg/flytestdlib v0.4.7
github.com/ghodss/yaml v1.0.0
github.com/go-gormigrate/gormigrate/v2 v2.0.0
Expand All @@ -37,7 +37,7 @@ require (
github.com/ory/fosite v0.39.0
github.com/ory/x v0.0.162
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/client_model v0.2.0
github.com/robfig/cron/v3 v3.0.0
github.com/sendgrid/sendgrid-go v3.10.0+incompatible
Expand Down Expand Up @@ -87,7 +87,7 @@ require (
github.com/goccy/go-json v0.4.8 // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.5.4 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
Expand Down Expand Up @@ -120,7 +120,6 @@ require (
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/ncw/swift v1.0.53 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/ory/go-acc v0.2.5 // indirect
github.com/ory/go-convenience v0.1.0 // indirect
github.com/ory/viper v1.7.5 // indirect
Expand Down
Loading

0 comments on commit 596af0e

Please sign in to comment.