diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-11-17 08:02:02 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-11-17 17:07:40 +0100 |
commit | bafb389b38b8fe523712583d566cd22003d5672c (patch) | |
tree | dd7afe7be5e5a046c859954c54c612493e90c61a /go.mod | |
parent | 0a019a1a59718128ef4d61dfb99422844b53e30c (diff) | |
download | hugo-bafb389b38b8fe523712583d566cd22003d5672c.tar.gz hugo-bafb389b38b8fe523712583d566cd22003d5672c.zip |
build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.4 to 2.0.6
Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.0.4 to 2.0.6.
- [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.0.4...v2.0.6)
---
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
@@ -45,7 +45,7 @@ require ( github.com/muesli/smartcrop v0.3.0 github.com/niklasfasching/go-org v1.6.5 github.com/olekukonko/tablewriter v0.0.5 - github.com/pelletier/go-toml/v2 v2.0.4 + github.com/pelletier/go-toml/v2 v2.0.6 github.com/rogpeppe/go-internal v1.9.0 github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd github.com/sanity-io/litter v1.5.5 |