summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-09 19:30:40 +0000
committerGitHub <noreply@github.com>2022-01-09 19:30:40 +0000
commitd03538dcbc6f7d22e02c44269b63ff1d54020ed4 (patch)
treeb3fd4e5c27250828788c9a702be0026124e342f9 /go.mod
parent1130501b122418e19aa7103b2d71a9f2fee16b13 (diff)
Bump github.com/spf13/afero from 1.7.1 to 1.8.0 (#1281)
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/spf13/afero/releases) - [Commits](https://github.com/spf13/afero/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: github.com/spf13/afero dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 ed1d012f..20adf9b7 100644
--- a/go.mod
+++ b/go.mod
@@ -20,7 +20,7 @@ require (
github.com/joho/godotenv v1.4.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.26.1
- github.com/spf13/afero v1.7.1
+ github.com/spf13/afero v1.8.0
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/ugorji/go/codec v1.2.6