summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-10 21:39:52 +0000
committerGitHub <noreply@github.com>2023-03-10 21:39:52 +0000
commit5d4678d4aa394251a72ea244909b0f10b62df27d (patch)
tree465f6719b374e83e2ed097c6c45c2b18bb15c980 /go.mod
parent33439b6da6b3eceefe1b5bb5eafdf4402e0cd509 (diff)
Build(deps): Bump github.com/spf13/afero from 1.9.3 to 1.9.5
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.3 to 1.9.5. - [Release notes](https://github.com/spf13/afero/releases) - [Commits](https://github.com/spf13/afero/compare/v1.9.3...v1.9.5) --- updated-dependencies: - dependency-name: github.com/spf13/afero dependency-type: direct:production update-type: version-update:semver-patch ... 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 923fface..62963366 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
github.com/johannesboyne/gofakes3 v0.0.0-20220627085814-c3ac35da23b2
github.com/joho/godotenv v1.5.1
github.com/rs/zerolog v1.29.0
- github.com/spf13/afero v1.9.3
+ github.com/spf13/afero v1.9.5
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.2
github.com/ugorji/go/codec v1.2.10