Skip to content

Commit

Permalink
Bump github.com/spf13/afero from 1.9.5 to 1.11.0 (#39)
Browse files Browse the repository at this point in the history
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.5 to 1.11.0.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.9.5...v1.11.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>
  • Loading branch information
dependabot[bot] committed Nov 29, 2023
1 parent edc5131 commit 72db3a8
Show file tree
Hide file tree
Showing 2 changed files with 1,799 additions and 9 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module go.nhat.io/aferocopy/v2
go 1.17

require (
github.com/spf13/afero v1.9.5
github.com/spf13/afero v1.11.0
github.com/stretchr/testify v1.8.4
go.nhat.io/aferomock v0.4.0
)
Expand All @@ -12,7 +12,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/text v0.3.8 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand Down
Loading

0 comments on commit 72db3a8

Please sign in to comment.