all repos — htmlformat @ 1244374b2562d411222e82377bf11c1b84ea532d

Go package and CLI tool used to format HTML

go.mod (view raw)

1
2
3
4
5
6
7
module github.com/a-h/htmlformat

go 1.20

require golang.org/x/net v0.17.0

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