diff options
| author | Michael Matloob <matloob@golang.org> | 2023-11-30 14:50:06 -0500 |
|---|---|---|
| committer | Michael Matloob <matloob@golang.org> | 2023-11-30 21:32:04 +0000 |
| commit | 2c6cc9d9a4a30d7aad6cd856e7c7d530e3c202fb (patch) | |
| tree | cfd22b8948231d0c33dd25c18522909a1b7e40a2 /go.mod | |
| parent | 044caf548b212a6e68525eae596aef7542a72042 (diff) | |
| download | go-x-pkgsite-2c6cc9d9a4a30d7aad6cd856e7c7d530e3c202fb.tar.xz | |
go.mod: update our dependency on bluemonday to 1.0.25
To pull in some fixes causing diffs for us. We can't update to 1.0.26
because it depends on Go 1.21.
For #61399
Change-Id: I87569f198a8e4231d2898d489d0e0adaaac9cef4
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/546418
kokoro-CI: kokoro <noreply+kokoro@google.com>
Run-TryBot: Michael Matloob <matloob@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ require ( github.com/jackc/pgx/v4 v4.14.1 github.com/jba/templatecheck v0.6.0 github.com/lib/pq v1.10.9 - github.com/microcosm-cc/bluemonday v1.0.16 + github.com/microcosm-cc/bluemonday v1.0.25 github.com/russross/blackfriday/v2 v2.1.0 github.com/yuin/goldmark v1.4.13 github.com/yuin/goldmark-emoji v1.0.1 |
