You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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-20210331212208-0fccb6fa2b5c
|
|
)
|
|
|