summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-17 08:19:16 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-08-23 13:19:49 +0200
commita19d03b0e65c7f541517ea1cbe1a7389ec8b57fe (patch)
treefdfb0ec922aadd68c4052f8499e2b90910e12263 /go.mod
parentcdf0b3b7a6adef6dfd027a77c60e12f7f4750086 (diff)
build(deps): bump github.com/yuin/goldmark from 1.5.5 to 1.5.6
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.5.5 to 1.5.6. - [Release notes](https://github.com/yuin/goldmark/releases) - [Commits](https://github.com/yuin/goldmark/compare/v1.5.5...v1.5.6) --- updated-dependencies: - dependency-name: github.com/yuin/goldmark dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 0562515c9..5e5dd8e87 100644
--- a/go.mod
+++ b/go.mod
@@ -63,7 +63,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/tdewolff/minify/v2 v2.12.7
github.com/tdewolff/parse/v2 v2.6.6
- github.com/yuin/goldmark v1.5.5
+ github.com/yuin/goldmark v1.5.6
go.uber.org/atomic v1.11.0
go.uber.org/automaxprocs v1.5.3
gocloud.dev v0.33.0