diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-30 08:52:04 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-10-11 15:39:22 +0200 |
commit | 3223a65c9b56be98c96b995db995c0d37562a4e5 (patch) | |
tree | b32442d99fcaef18b91918c39cd8ed3fd01a250d /go.mod | |
parent | bc6fc47727a39051786003cd7de4946b4736427e (diff) | |
download | hugo-3223a65c9b56be98c96b995db995c0d37562a4e5.tar.gz hugo-3223a65c9b56be98c96b995db995c0d37562a4e5.zip |
build(deps): bump github.com/rogpeppe/go-internal from 1.12.0 to 1.13.1
Bumps [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) from 1.12.0 to 1.13.1.
- [Release notes](https://github.com/rogpeppe/go-internal/releases)
- [Commits](https://github.com/rogpeppe/go-internal/compare/v1.12.0...v1.13.1)
---
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
@@ -60,7 +60,7 @@ require ( github.com/olekukonko/tablewriter v0.0.5 github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 github.com/pelletier/go-toml/v2 v2.2.3 - github.com/rogpeppe/go-internal v1.12.0 + github.com/rogpeppe/go-internal v1.13.1 github.com/sanity-io/litter v1.5.5 github.com/spf13/afero v1.11.0 github.com/spf13/cast v1.7.0 |