Skip to content

Bump toolkit off the archived go-iconoir - #16

Merged
tannevaled merged 1 commit into
mainfrom
drop-archived-iconoir
Aug 30, 2026
Merged

Bump toolkit off the archived go-iconoir#16
tannevaled merged 1 commit into
mainfrom
drop-archived-iconoir

Conversation

@tannevaled

Copy link
Copy Markdown
Contributor

go-iconoir is archived: the icon data is now go-icons/iconoir and the rasterising is go-gfx/gfx's svg package. This module still reached it through toolkit v0.201.0, and so did everything depending on pdfkit — go-tex/engine cannot drop the archived module itself because the pin is not its own.

toolkit switched at v0.279.0; this goes to v0.288.0.

Only go.mod/go.sum change. Verified locally: go build, go vet and the full test suite pass.

Unrelated observation: font_test.go, text.go and units.go are not gofmt-clean on main already, and are untouched here.

🤖 Generated with Claude Code

go-iconoir is archived — its icon data moved to go-icons/iconoir and the
rasterising to go-gfx/gfx's svg package — and this module was still reaching it
through toolkit v0.201.0. Everything depending on pdfkit inherited that, which is
why go-tex/engine could not tidy the archived module away on its own: it was not
its pin to change.

toolkit switched at v0.279.0, so nothing below that is enough.

Only go.mod and go.sum change; no source did. gofmt, go vet and the full test
suite pass on the bumped graph. (Three files are unformatted on main and were
left alone — they were already so before this change.)

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@tannevaled
tannevaled merged commit 430c85b into main Aug 30, 2026
1 check passed
@tannevaled
tannevaled deleted the drop-archived-iconoir branch August 30, 2026 14:36
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