summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-25 20:12:09 +0000
committerGitHub <noreply@github.com>2021-12-25 20:12:09 +0000
commitd8d2c983344cf810be7bd72bbdb8a9b6f8d048b6 (patch)
tree8661b6de78400f81b5ec286d278a8652f7dab516 /go.mod
parenta0028197fe6fe666189851d03c83193c2042fca7 (diff)
Bump github.com/spf13/afero from 1.6.0 to 1.7.0 (#1272)
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/spf13/afero/releases) - [Commits](https://github.com/spf13/afero/compare/v1.6.0...v1.7.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.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 91ee3436..e5e8c2ca 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.6.0
+ github.com/spf13/afero v1.7.0
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/ugorji/go/codec v1.2.6
@@ -65,6 +65,7 @@ require (
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/wire v0.5.0 // indirect
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
+ github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8 // indirect
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect