summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-15 14:20:34 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-04-15 21:08:33 +0200
commit73c3ae818a7fc78febff092ac74772a114a2cbd2 (patch)
tree7f3b378d18a80eaf62d0de75f1ff3bafbc801eb4 /go.mod
parent7ca118fdfd9f0d1c636ef5e266c9000a20099e03 (diff)
build(deps): bump github.com/spf13/afero from 1.5.1 to 1.6.0
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/spf13/afero/releases) - [Commits](https://github.com/spf13/afero/compare/v1.5.1...v1.6.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 76aa7e0a9..a1305ed68 100644
--- a/go.mod
+++ b/go.mod
@@ -49,7 +49,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.5.0
- github.com/spf13/afero v1.5.1
+ github.com/spf13/afero v1.6.0
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.3
github.com/spf13/fsync v0.9.0