Skip to content

fix(docs): import cmd package through the /v6 module path - #4511

Closed
stevenvegt wants to merge 1 commit into
V6.2from
fix/docs-test-v6-import
Closed

fix(docs): import cmd package through the /v6 module path#4511
stevenvegt wants to merge 1 commit into
V6.2from
fix/docs-test-v6-import

Conversation

@stevenvegt

Copy link
Copy Markdown
Member

The docs up-to-date test backported in #4493 still imports github.com/nuts-foundation/nuts-node/cmd after #4487 moved the module path to /v6. The go-test workflow on V6.2 has failed on every push since that merge (no required module provides package github.com/nuts-foundation/nuts-node/cmd), and go mod tidy on the branch pulls in nuts-node v1.1.0 as a dependency.

Verification: go vet ./docs/... compiles the test file again. Split out of #4510 so it can merge first and unblock #4507 and #4510.

Assisted-by: AI

The docs up-to-date test (#4493) was backported alongside the module
path change (#4487) and still imports the unsuffixed path, which makes
'go test ./docs/...' and 'go mod tidy' fail on V6.2.

Assisted-by: AI
@stevenvegt

Copy link
Copy Markdown
Member Author

Superseded: #4494 already contains this import fix as part of the docs backport.

@stevenvegt stevenvegt closed this Sep 9, 2026
@stevenvegt
stevenvegt deleted the fix/docs-test-v6-import branch September 9, 2026 12:56
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