diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-05 08:43:30 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-02-05 11:48:46 +0100 |
commit | 58d7f83390641ca254be4e436ddc4139788af87a (patch) | |
tree | 92043b35e6ec8aac049ac3d4a5c47367be0864be /go.mod | |
parent | 609d798e342c873143cf7ad05e987f3d8f7fbb45 (diff) | |
download | hugo-58d7f83390641ca254be4e436ddc4139788af87a.tar.gz hugo-58d7f83390641ca254be4e436ddc4139788af87a.zip |
build(deps): bump github.com/yuin/goldmark from 1.6.0 to 1.7.0
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](https://github.com/yuin/goldmark/compare/v1.6.0...v1.7.0)
---
updated-dependencies:
- dependency-name: github.com/yuin/goldmark
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ require ( github.com/spf13/pflag v1.0.5 github.com/tdewolff/minify/v2 v2.20.16 github.com/tdewolff/parse/v2 v2.7.11 - github.com/yuin/goldmark v1.6.0 + github.com/yuin/goldmark v1.7.0 github.com/yuin/goldmark-emoji v1.0.2 go.uber.org/automaxprocs v1.5.3 gocloud.dev v0.36.0 |