mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-03 08:07:24 -05:00
04196b7658
Signed-off-by: Andrew Thornton <art27@cantab.net>
10 lines
196 B
Modula-2
Vendored
10 lines
196 B
Modula-2
Vendored
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
|
|
)
|