diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-19 08:33:53 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-19 08:33:53 +0000 |
commit | d057e5817e616d60f8ba7465c512e68cede98e7a (patch) | |
tree | 8f7d6e2f419d5d17fec184a1f8352a1862725174 /go.mod | |
parent | b3f32949cb089ae686af8548161fafc50869214b (diff) | |
download | hugo-d057e5817e616d60f8ba7465c512e68cede98e7a.tar.gz hugo-d057e5817e616d60f8ba7465c512e68cede98e7a.zip |
build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1dependabot/go_modules/github.com/spf13/cast-1.7.1
Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](https://github.com/spf13/cast/compare/v1.7.0...v1.7.1)
---
updated-dependencies:
- dependency-name: github.com/spf13/cast
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
@@ -63,7 +63,7 @@ require ( 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 + github.com/spf13/cast v1.7.1 github.com/spf13/cobra v1.8.1 github.com/spf13/fsync v0.10.1 github.com/spf13/pflag v1.0.5 |