Files
remark42/backend/vendor/github.com/microcosm-cc/bluemonday/go.mod
T
2021-10-18 23:45:22 -05:00

10 lines
196 B
AMPL

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
)