File: go.mod

package info (click to toggle)
golang-github-microcosm-cc-bluemonday 1.0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: makefile: 25
file content (16 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/microcosm-cc/bluemonday

go 1.21

require (
	github.com/aymerick/douceur v0.2.0
	golang.org/x/net v0.17.0
)

require (
	github.com/PuerkitoBio/goquery v1.8.1 // indirect
	github.com/andybalholm/cascadia v1.3.2 // indirect
	github.com/gorilla/css v1.0.0 // indirect
)

retract [v1.0.0, v1.0.25] // Retract older versions as only latest is to be depended upon