summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-30 10:45:19 +0100
committerLibravatar GitHub <noreply@github.com>2023-01-30 10:45:19 +0100
commit7bcdf35cc17a0263cfe973f10ee0428f7f1f883d (patch)
tree0ded4563b3f346fe84171aec39b0e85d30c537d3 /go.mod
parent[docs] Simplify Apache httpd proxy documentation (#1396) (diff)
downloadgotosocial-7bcdf35cc17a0263cfe973f10ee0428f7f1f883d.tar.xz
[chore]: Bump github.com/microcosm-cc/bluemonday from 1.0.21 to 1.0.22 (#1399)
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.21 to 1.0.22. - [Release notes](https://github.com/microcosm-cc/bluemonday/releases) - [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.21...v1.0.22) --- updated-dependencies: - dependency-name: github.com/microcosm-cc/bluemonday dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 47a826752..b160ca773 100644
--- a/go.mod
+++ b/go.mod
@@ -31,7 +31,7 @@ require (
github.com/h2non/filetype v1.1.3
github.com/jackc/pgconn v1.13.0
github.com/jackc/pgx/v4 v4.17.2
- github.com/microcosm-cc/bluemonday v1.0.21
+ github.com/microcosm-cc/bluemonday v1.0.22
github.com/miekg/dns v1.1.50
github.com/minio/minio-go/v7 v7.0.47
github.com/mitchellh/mapstructure v1.5.0