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.

go.mod 266B

12345678910
  1. module github.com/microcosm-cc/bluemonday
  2. go 1.16
  3. require (
  4. github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
  5. github.com/aymerick/douceur v0.2.0
  6. github.com/gorilla/css v1.0.0 // indirect
  7. golang.org/x/net v0.0.0-20210614182718-04defd469f4e
  8. )