diff options
| author | 2021-07-13 16:03:51 +0200 | |
|---|---|---|
| committer | 2021-07-13 16:03:51 +0200 | |
| commit | bdba3ff9a9f98c1605c01c0e84f6bd6ed5c3efae (patch) | |
| tree | faf0be2250d23aec1af6a6d2bcf321d1d8826ba9 /go.mod | |
| parent | Block/unblock (#96) (diff) | |
| download | gotosocial-bdba3ff9a9f98c1605c01c0e84f6bd6ed5c3efae.tar.xz | |
sanitize html for statuses + instance (#97)
* sanitize html for statuses + instance
* sanitization
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,6 +32,7 @@ require ( github.com/json-iterator/go v1.1.11 // indirect github.com/leodido/go-urn v1.2.1 // indirect github.com/mattn/go-isatty v0.0.13 // indirect + github.com/microcosm-cc/bluemonday v1.0.15 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 @@ -50,7 +51,6 @@ require ( github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect github.com/wagslane/go-password-validator v0.3.0 golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a - golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect golang.org/x/text v0.3.6 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
