Skip to content

fix(ci): remove local replace directive from go.mod#86

Closed
Patel230 wants to merge 1 commit into
mainfrom
fix/remove-local-replace
Closed

fix(ci): remove local replace directive from go.mod#86
Patel230 wants to merge 1 commit into
mainfrom
fix/remove-local-replace

Conversation

@Patel230

Copy link
Copy Markdown
Contributor

CI check-replace fails because go.mod committed a local replace (hawk-core-contracts => ../hawk-core-contracts). Per ci.yml's own warning, local replaces should live in go.work (gitignored). This pins hawk-core-contracts to the published v0.1.6 and adds a gitignored go.work for local dev.

@Patel230

Copy link
Copy Markdown
Contributor Author

Closing: this change breaks the build. eyrie imports github.com/GrayCodeAI/hawk-core-contracts/llm, which is not present in any tagged release (latest is v0.1.6). The local replace in go.mod is required until hawk-core-contracts is tagged with the /llm package. Fixing properly needs a coordinated hawk-core-contracts release.

@Patel230 Patel230 closed this Jul 22, 2026
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