Skip to content

Commit

Permalink
Use local version in single-binary (#4294)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Oct 27, 2023
1 parent 494f8d9 commit 10d0775
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/flyteorg/flyte
go 1.19

require (
github.com/flyteorg/flyte/datacatalog v1.9.37
github.com/flyteorg/flyte/flyteadmin v1.9.37
github.com/flyteorg/flyte/flytepropeller v1.9.37
github.com/flyteorg/flyte/flytestdlib v1.9.37
github.com/flyteorg/flyte/datacatalog v0.0.0-00010101000000-000000000000
github.com/flyteorg/flyte/flyteadmin v0.0.0-00010101000000-000000000000
github.com/flyteorg/flyte/flytepropeller v0.0.0-00010101000000-000000000000
github.com/flyteorg/flyte/flytestdlib v0.0.0-00010101000000-000000000000
github.com/golang/glog v1.1.0
github.com/prometheus/client_golang v1.16.0
github.com/spf13/cobra v1.7.0
Expand Down

0 comments on commit 10d0775

Please sign in to comment.