diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-05 08:08:07 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-12-05 09:42:04 +0100 |
commit | 558f3258a723dca9ef395bcc5e5c3e44fa501688 (patch) | |
tree | 113644eedcfd56444192e59dfa5b16567d24f6c3 /go.mod | |
parent | 6580cd30ade2195aa1748491859152ec7def810b (diff) | |
download | hugo-558f3258a723dca9ef395bcc5e5c3e44fa501688.tar.gz hugo-558f3258a723dca9ef395bcc5e5c3e44fa501688.zip |
build(deps): bump github.com/alecthomas/chroma/v2 from 2.11.1 to 2.12.0
Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.11.1 to 2.12.0.
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
- [Commits](https://github.com/alecthomas/chroma/compare/v2.11.1...v2.12.0)
---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
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
@@ -3,7 +3,7 @@ module github.com/gohugoio/hugo require ( github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69 github.com/PuerkitoBio/purell v1.1.1 - github.com/alecthomas/chroma/v2 v2.11.1 + github.com/alecthomas/chroma/v2 v2.12.0 github.com/armon/go-radix v1.0.0 github.com/aws/aws-sdk-go v1.48.6 github.com/bep/clocks v0.5.0 |