diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-12 08:54:30 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-01-25 19:48:59 +0100 |
commit | 2dd608378d450fe7ff5c61af09e05a034628ed2e (patch) | |
tree | 2745c6e861c4e65758384fc46de7217de60d0410 /go.mod | |
parent | 45f52be7f89b43b2a77e888ccd7688d21d144c67 (diff) | |
download | hugo-2dd608378d450fe7ff5c61af09e05a034628ed2e.tar.gz hugo-2dd608378d450fe7ff5c61af09e05a034628ed2e.zip |
build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1
Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
- [Commits](https://github.com/pelletier/go-toml/compare/v2.1.0...v2.1.1)
---
updated-dependencies:
- dependency-name: github.com/pelletier/go-toml/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
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
@@ -52,7 +52,7 @@ require ( github.com/muesli/smartcrop v0.3.0 github.com/niklasfasching/go-org v1.7.0 github.com/olekukonko/tablewriter v0.0.5 - github.com/pelletier/go-toml/v2 v2.1.0 + github.com/pelletier/go-toml/v2 v2.1.1 github.com/rogpeppe/go-internal v1.11.0 github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd github.com/sanity-io/litter v1.5.5 |