mirror of https://github.com/go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
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.
11 lines
246 B
11 lines
246 B
5 years ago
|
module github.com/microcosm-cc/bluemonday
|
||
|
|
||
|
go 1.9
|
||
|
|
||
|
require (
|
||
|
github.com/aymerick/douceur v0.2.0 // indirect
|
||
|
github.com/chris-ramon/douceur v0.2.0
|
||
|
github.com/gorilla/css v1.0.0 // indirect
|
||
|
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
|
||
|
)
|