Skip to content
  • Pavlo Strokov's avatar
    fix: upgrade of the gitaly dependency · 34d81ef7a529
    Pavlo Strokov authored
    Gitaly project now properly respects module release flow
    and includes a module suffix in the package name. It requires
    to re-write all non-suffixed imports with suffixed of a specific
    version of tha module. With proper module versioning we don't
    need to use a 'replace' directive to point to specific commit
    and can use semantic versioning for the gitaly dependency.
    
    Part of: https://gitlab.com/gitlab-org/gitaly/-/issues/3177
    34d81ef7a529