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

Commits on Dec 5, 2023

  1. Fix cayleygraph package path

    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 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    31ecaa8 View commit details
    Browse the repository at this point in the history
  2. added missing go modules

    stefanb committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a93282d View commit details
    Browse the repository at this point in the history
  3. Fix some misspellings

    stefanb committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    7e0e483 View commit details
    Browse the repository at this point in the history
  4. build without b_norepl tag

    stefanb committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    10fafa9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c753ba1 View commit details
    Browse the repository at this point in the history