Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-07 09:19:46 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-10-12 23:54:09 +0300
commitd57be113243be4b76310d4476fbb7525d1452658 (patch)
tree323edab31573303990e911ff78eb43256d0acc9c /go.mod
parentd070596694a3edbf42fc315bb326505aa39fce90 (diff)
build(deps): bump github.com/spf13/afero from 1.4.0 to 1.4.1
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/spf13/afero/releases) - [Commits](https://github.com/spf13/afero/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 47cbd1382..7b34f3d15 100644
--- a/go.mod
+++ b/go.mod
@@ -45,7 +45,7 @@ require (
github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
github.com/sanity-io/litter v1.3.0
- github.com/spf13/afero v1.4.0
+ github.com/spf13/afero v1.4.1
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v0.0.7
github.com/spf13/fsync v0.9.0