diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-26 08:21:58 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-01-26 12:55:48 +0100 |
commit | d25902c0d842c6a0e64668f074aa05cc869a46ac (patch) | |
tree | 164453f7c9bb97a823eb1a835e429f275e7467ae /go.mod | |
parent | 50042ee1f435e674736f943bc2dd185d8ff13322 (diff) | |
download | hugo-d25902c0d842c6a0e64668f074aa05cc869a46ac.tar.gz hugo-d25902c0d842c6a0e64668f074aa05cc869a46ac.zip |
build(deps): bump github.com/rogpeppe/go-internal from 1.11.0 to 1.12.0
Bumps [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/rogpeppe/go-internal/releases)
- [Commits](https://github.com/rogpeppe/go-internal/compare/v1.11.0...v1.12.0)
---
updated-dependencies:
- dependency-name: github.com/rogpeppe/go-internal
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
@@ -54,7 +54,7 @@ require ( github.com/niklasfasching/go-org v1.7.0 github.com/olekukonko/tablewriter v0.0.5 github.com/pelletier/go-toml/v2 v2.1.1 - github.com/rogpeppe/go-internal v1.11.0 + github.com/rogpeppe/go-internal v1.12.0 github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd github.com/sanity-io/litter v1.5.5 github.com/spf13/afero v1.11.0 |