all repos — htmlformat @ e159735ef4c47afc57a989198410fa435bce99e9

Go package and CLI tool used to format HTML

go.mod (view raw)

1
2
3
4
5
6
7
module github.com/alanpearce/htmlformat

go 1.20

require golang.org/x/net v0.34.0

require github.com/google/go-cmp v0.6.0