Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fix & cayleygraph package path #46

Merged
merged 5 commits into from
Dec 5, 2023

Conversation

stefanb
Copy link
Contributor

@stefanb stefanb commented Dec 5, 2023

The go mod tidy reported:

go: rye/evaldo imports
        github.com/cayleygraph/cayley/query/path: module github.com/cayleygraph/cayley@latest found (v0.7.7), but does not contain package github.com/cayleygraph/cayley/query/path

because at 0.7.7 release cotinains no path package in https://github.com/cayleygraph/cayley/tree/v0.7.7/query but it is in
https://github.com/cayleygraph/cayley/tree/v0.7.7/graph/path

It was moved few hours after 0.7.7 release in cayleygraph/cayley@218e2bc

Go mod tidy reports:

go: rye/evaldo imports
        github.com/cayleygraph/cayley/query/path: module github.com/cayleygraph/cayley@latest found (v0.7.7), but does not contain package github.com/cayleygraph/cayley/query/path

because at 0.7.7 release cotinains no path package in
https://github.com/cayleygraph/cayley/tree/v0.7.7/query
but it is in
https://github.com/cayleygraph/cayley/tree/v0.7.7/graph/path

It was moved few hours after 0.7.7 release in cayleygraph/cayley@218e2bc
@stefanb stefanb marked this pull request as draft December 5, 2023 19:31
@stefanb stefanb changed the title Fix cayleygraph package path Build fix & cayleygraph package path Dec 5, 2023
@stefanb stefanb marked this pull request as ready for review December 5, 2023 19:57
@refaktor
Copy link
Owner

refaktor commented Dec 5, 2023

Thank you!

@refaktor refaktor merged commit 5d8c1b8 into refaktor:main Dec 5, 2023
1 of 2 checks passed
@stefanb stefanb deleted the cayleygraph-package-fix branch December 6, 2023 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants