Skip to content

chore: drop direct golang.org/x/net dependency - #389

Merged
linkdata merged 1 commit into
mainfrom
deps/drop-x-net
Aug 29, 2026
Merged

chore: drop direct golang.org/x/net dependency#389
linkdata merged 1 commit into
mainfrom
deps/drop-x-net

Conversation

@linkdata

Copy link
Copy Markdown
Owner

Summary

  • replace test-only golang.org/x/net/html parsing with a stdlib model of browser attribute-value decoding
  • preserve coverage for quoted output, carriage-return normalization, NUL replacement, and character references
  • remove golang.org/x/net from the module requirements and checksums

Verification

  • go generate ./...
  • gofmt -l .
  • gofumpt -l lib/htmlio/writehtml_test.go
  • go vet ./...
  • staticcheck ./...
  • golangci-lint run
  • gosec ./...
  • go build ./...
  • JAWS_REQUIRE_NODE=1 go test -race ./...
  • JAWS_REQUIRE_NODE=1 go test ./...
  • go mod tidy -diff

@linkdata
linkdata merged commit fdddea6 into main Aug 29, 2026
7 checks passed
@linkdata
linkdata deleted the deps/drop-x-net branch August 29, 2026 16:48
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