diff options
author | 6543 <6543@obermui.de> | 2022-09-28 04:02:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-27 22:02:41 -0400 |
commit | 5a3b9ac875b06e0810aa2100ee0caae4efe0b4ce (patch) | |
tree | 364c3d7e3656289063dcdf5c0348760d626f917c /go.mod | |
parent | 64c3d55de7f3a46b4b73a119f11b2d337ca4eaa6 (diff) | |
download | gitea-5a3b9ac875b06e0810aa2100ee0caae4efe0b4ce.tar.gz gitea-5a3b9ac875b06e0810aa2100ee0caae4efe0b4ce.zip |
Update bluemonday (#21281)
https://github.com/microcosm-cc/bluemonday/releases/tag/v1.0.20
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,7 +68,7 @@ require ( github.com/mattn/go-isatty v0.0.16 github.com/mattn/go-sqlite3 v1.14.13 github.com/mholt/archiver/v3 v3.5.1 - github.com/microcosm-cc/bluemonday v1.0.19 + github.com/microcosm-cc/bluemonday v1.0.20 github.com/minio/minio-go/v7 v7.0.35 github.com/msteinert/pam v1.0.0 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 @@ -95,7 +95,7 @@ require ( go.jolheiser.com/hcaptcha v0.0.4 go.jolheiser.com/pwn v0.0.3 golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 - golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b + golang.org/x/net v0.0.0-20220927171203-f486391704dc golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 golang.org/x/text v0.3.7 |