Skip to content

fix: repoint hawk-core-contracts dependency to valid v0.1.2 tag#18

Merged
Patel230 merged 1 commit into
mainfrom
fix/hawk-core-contracts-dep
Jul 4, 2026
Merged

fix: repoint hawk-core-contracts dependency to valid v0.1.2 tag#18
Patel230 merged 1 commit into
mainfrom
fix/hawk-core-contracts-dep

Conversation

@Patel230

@Patel230 Patel230 commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • go.mod required github.com/GrayCodeAI/hawk-core-contracts at a pseudo-version (v0.1.1-0.20260623141030-88eb5d13677c) pinned to a commit that no longer exists in that repo's history (orphaned by a prior force-push/rebase).
  • This broke module resolution for any consumer without a local replace directive (e.g. go mod tidy/go get from a clean module cache hit a hard failure).
  • Repoints to hawk-core-contracts@v0.1.2, a freshly cut, valid tag at that repo's current HEAD.

Test plan

  • GOWORK=off go build ./... succeeds standalone
  • GOWORK=off go mod tidy resolves cleanly with no errors

The go.mod required hawk-core-contracts at a pseudo-version pinned to a
commit that no longer exists in that repo's history, breaking module
resolution for any consumer without a local replace directive.
@Patel230 Patel230 merged commit faddabc into main Jul 4, 2026
11 checks passed
@Patel230 Patel230 deleted the fix/hawk-core-contracts-dep branch July 4, 2026 13:50
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.

1 participant