diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-21 16:32:21 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-04-05 16:13:27 +0200 |
commit | 080dcac6b82244eb5dc24d5b7490b5c64f1bdb13 (patch) | |
tree | 3776c28a9c463bbbdb7a6c8fe9aa788ef6046779 /go.mod | |
parent | 072fc8cc349820000b7ef31e5f517c7fd422bbcd (diff) | |
download | hugo-080dcac6b82244eb5dc24d5b7490b5c64f1bdb13.tar.gz hugo-080dcac6b82244eb5dc24d5b7490b5c64f1bdb13.zip |
build(deps): bump github.com/magefile/mage from 1.12.1 to 1.13.0
Bumps [github.com/magefile/mage](https://github.com/magefile/mage) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/magefile/mage/releases)
- [Changelog](https://github.com/magefile/mage/blob/master/.goreleaser.yml)
- [Commits](https://github.com/magefile/mage/compare/v1.12.1...v1.13.0)
---
updated-dependencies:
- dependency-name: github.com/magefile/mage
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
@@ -35,7 +35,7 @@ require ( github.com/jdkato/prose v1.2.1 github.com/kylelemons/godebug v1.1.0 github.com/kyokomi/emoji/v2 v2.2.9 - github.com/magefile/mage v1.12.1 + github.com/magefile/mage v1.13.0 github.com/mattn/go-isatty v0.0.14 github.com/mitchellh/hashstructure v1.1.0 github.com/mitchellh/mapstructure v1.4.3 |