Skip to content

fix: remove replace directive, use github.com/oasdiff/kin-openapi v0.136.0 (#810)#811

Merged
reuvenharrison merged 1 commit intomainfrom
fix/issue-810-remove-replace
Mar 16, 2026
Merged

fix: remove replace directive, use github.com/oasdiff/kin-openapi v0.136.0 (#810)#811
reuvenharrison merged 1 commit intomainfrom
fix/issue-810-remove-replace

Conversation

@reuvenharrison
Copy link
Collaborator

Summary

Test plan

  • All existing tests pass
  • No replace directive in go.mod

🤖 Generated with Claude Code

Removes the replace directive that was blocking go install (#810).
The oasdiff fork is now published under its own module path
github.com/oasdiff/kin-openapi, including fixes for #806 and #808.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
@reuvenharrison reuvenharrison merged commit 86f8bc2 into main Mar 16, 2026
13 checks passed
@reuvenharrison reuvenharrison deleted the fix/issue-810-remove-replace branch March 16, 2026 19:25
@codecov-commenter
Copy link

codecov-commenter commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.28%. Comparing base (f7ccbd2) to head (05aa2c9).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #811   +/-   ##
=======================================
  Coverage   89.28%   89.28%           
=======================================
  Files         240      240           
  Lines       12715    12715           
=======================================
  Hits        11352    11352           
  Misses        907      907           
  Partials      456      456           
Flag Coverage Δ
unittests 89.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Invalid replace directive in go.mod blocks install

2 participants