File: go.mod

package info (click to toggle)
golang-github-johanneskaufmann-html-to-markdown 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,080 kB
  • sloc: makefile: 3
file content (26 lines) | stat: -rw-r--r-- 738 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/JohannesKaufmann/html-to-markdown/v2

go 1.22.1

toolchain go1.24.0

require (
	github.com/JohannesKaufmann/dom v0.2.0
	github.com/agnivade/levenshtein v1.2.1
	github.com/andybalholm/cascadia v1.3.3
	github.com/bmatcuk/doublestar/v4 v4.8.1
	github.com/muesli/termenv v0.16.0
	github.com/sebdah/goldie/v2 v2.5.5
	github.com/yuin/goldmark v1.7.8
	golang.org/x/net v0.35.0
)

require (
	github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/rivo/uniseg v0.4.7 // indirect
	github.com/sergi/go-diff v1.3.1 // indirect
	golang.org/x/sys v0.30.0 // indirect
)