summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-20 11:07:14 +0100
committerLibravatar GitHub <noreply@github.com>2023-03-20 11:07:14 +0100
commit78aebf508847f6feefa378d378030c672dd8809c (patch)
tree60a20cef47698c03c35a6d4b4bff967b57f17b49 /go.mod
parent[chore]: Bump go.uber.org/automaxprocs from 1.5.1 to 1.5.2 (#1633) (diff)
downloadgotosocial-78aebf508847f6feefa378d378030c672dd8809c.tar.xz
[chore]: Bump github.com/microcosm-cc/bluemonday from 1.0.22 to 1.0.23 (#1635)
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.22 to 1.0.23. - [Release notes](https://github.com/microcosm-cc/bluemonday/releases) - [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.22...v1.0.23) --- 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 15e97fddc..db2e05c37 100644
--- a/go.mod
+++ b/go.mod
@@ -34,7 +34,7 @@ require (
github.com/h2non/filetype v1.1.3
github.com/jackc/pgconn v1.14.0
github.com/jackc/pgx/v4 v4.18.1
- github.com/microcosm-cc/bluemonday v1.0.22
+ github.com/microcosm-cc/bluemonday v1.0.23
github.com/miekg/dns v1.1.51
github.com/minio/minio-go/v7 v7.0.49
github.com/mitchellh/mapstructure v1.5.0