aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/microcosm-cc/bluemonday/go.mod
blob: 8c32794ca996cdf99faf8e3da689f5b5854912bb (plain)
1
2
3
4
5
6
7
8
9
module github.com/microcosm-cc/bluemonday

go 1.16

require (
	github.com/aymerick/douceur v0.2.0
	github.com/gorilla/css v1.0.0 // indirect
	golang.org/x/net v0.0.0-20210614182718-04defd469f4e
)