Skip to content

chore(deps): remove unused module requirements - #13

Merged
rldyourmnd merged 1 commit into
mainfrom
chore/remove-unused-module-dependencies-20260907
Sep 7, 2026
Merged

chore(deps): remove unused module requirements#13
rldyourmnd merged 1 commit into
mainfrom
chore/remove-unused-module-dependencies-20260907

Conversation

@rldyourmnd

Copy link
Copy Markdown
Contributor

The module graph retained OpenPGP, YAML, x/sys, x/crypto and circl although no source or test imports them. Remove those unused requirements and checksums with go mod tidy, keeping all used schema/test/tool dependencies at their existing versions. Public APIs and executable behavior are unchanged.

Validation on Go 1.26.7: go test -race ./..., go vet ./..., staticcheck v0.7.0, CLI build, the complete declared bounded fuzz contract, and cold compilation for linux/darwin on amd64/arm64 all passed. A second go mod tidy -diff is empty. Exact stable 0.8.0 bundle projection check passed. Source-mode govulncheck of the current CLI found no vulnerabilities before this cleanup; this is graph maintenance, not a claimed vulnerability fix or a new release.

Signed-off-by: rldyourmnd <danil@nddev.it.com>
@rldyourmnd
rldyourmnd merged commit 9221d83 into main Sep 7, 2026
8 checks passed
@rldyourmnd
rldyourmnd deleted the chore/remove-unused-module-dependencies-20260907 branch September 7, 2026 16:09
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