summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-27 20:56:44 +0000
committerGitHub <noreply@github.com>2021-03-27 20:56:44 +0000
commitbfc02bd280669be47dab7d730013679ec8c85ea7 (patch)
tree1cb9354b2b40cb3982d102c03cc79dc2ea143bc2 /go.mod
parent60a2ae979433019de84f939b5d7f6f2a3cc69472 (diff)
chore(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-preview[bot] <support@dependabot.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 7cbe476c..bb9c2b9e 100644
--- a/go.mod
+++ b/go.mod
@@ -20,7 +20,7 @@ require (
github.com/joho/godotenv v1.3.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.20.0
- github.com/spf13/afero v1.5.1
+ github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
github.com/ugorji/go/codec v1.2.4