enough-branch-23683
10/30/2023, 11:02 AMv1.10.0
I added these requires:
github.com/flyteorg/flyte/flyteplugins v1.10.0
github.com/flyteorg/flyte/flytepropeller v1.10.0
And when I did a go mod tidy
I got something like:
go: downloading github.com/flyteorg/flyte/flytestdlib v0.0.0-00010101000000-000000000000
go: downloading github.com/flyteorg/flyte/flyteidl v0.0.0-00010101000000-000000000000
github.com/flyteorg/flyte/flytepropeller/cmd/controller/cmd imports
github.com/flyteorg/flyte/flytestdlib/config: github.com/flyteorg/flyte/flytestdlib@v0.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000
github.com/flyteorg/flyte/flytepropeller/cmd/controller/cmd imports
github.com/flyteorg/flyte/flytestdlib/config/viper: github.com/flyteorg/flyte/flytestdlib@v0.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000
github.com/flyteorg/flyte/flytepropeller/cmd/controller/cmd imports
github.com/flyteorg/flyte/flytestdlib/contextutils: github.com/flyteorg/flyte/flytestdlib@v0.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000
github.com/flyteorg/flyte/flytepropeller/cmd/controller/cmd imports
github.com/flyteorg/flyte/flytestdlib/logger: github.com/flyteorg/flyte/flytestdlib@v0.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000
github.com/flyteorg/flyte/flytepropeller/cmd/controller/cmd imports
github.com/flyteorg/flyte/flytestdlib/profutils: github.com/flyteorg/flyte/flytestdlib@v0.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000
Checking the flyte repo, I'm not sure if these requires should have a proper version v1.10.0
there: https://github.com/flyteorg/flyte/blob/v1.10.0/flytepropeller/go.mod#L9-L11
any idea?? Happy Halloween 🎃enough-branch-23683
10/30/2023, 11:07 AMreplace (
<http://github.com/flyteorg/flyte/flyteidl|github.com/flyteorg/flyte/flyteidl> v0.0.0-00010101000000-000000000000 => <http://github.com/flyteorg/flyte/flyteidl|github.com/flyteorg/flyte/flyteidl> v1.10.0
<http://github.com/flyteorg/flyte/flytestdlib|github.com/flyteorg/flyte/flytestdlib> v0.0.0-00010101000000-000000000000 => <http://github.com/flyteorg/flyte/flytestdlib|github.com/flyteorg/flyte/flytestdlib> v1.10.0
)
on my go.mod solved the issue, but I'm not sure if this is expectedfreezing-airport-6809
enough-branch-23683
10/30/2023, 2:22 PMhigh-accountant-32689
10/31/2023, 9:12 PMgo replace
directives to map to the correct versions of the flyte modules) is the right way of pulling dependencies from the monorepo going forward.high-accountant-32689
10/31/2023, 9:15 PMenough-branch-23683
11/01/2023, 8:22 AMenough-branch-23683
11/01/2023, 9:55 AMhigh-accountant-32689
11/01/2023, 5:38 PMenough-branch-23683
11/01/2023, 5:48 PMsteep-jackal-21573
11/06/2023, 9:01 AMsteep-jackal-21573
11/06/2023, 9:04 AMhigh-accountant-32689
11/07/2023, 9:40 PMhigh-accountant-32689
11/07/2023, 9:42 PMsteep-jackal-21573
11/10/2023, 7:34 PM