summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-09-15 06:24:08 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-09-16 20:48:25 +0200
commit9fa5ebe2c42fbb37d066ffcd36bad4d08efe879a (patch)
treeee8af9272128e83478dfa78ddce444d06fc8e0ef /go.mod
parentefaed306b1efe5de7587c15f2e802cab3eec2f1d (diff)
build(deps): bump github.com/spf13/afero from 1.2.2 to 1.4.0
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.2.2 to 1.4.0. - [Release notes](https://github.com/spf13/afero/releases) - [Commits](https://github.com/spf13/afero/compare/v1.2.2...v1.4.0) 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 ae08ce5af..033b5d93e 100644
--- a/go.mod
+++ b/go.mod
@@ -44,7 +44,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.2.2
+ github.com/spf13/afero v1.4.0
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v0.0.7
github.com/spf13/fsync v0.9.0