fix(deps): update module github.com/spf13/afero to v1.9.3 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/spf13/afero | require | minor |
v1.8.2 -> v1.9.3
|
Release Notes
spf13/afero
v1.9.3
What's Changed
- Fix concurrency issue in MemMapFs.Mkdir/MkdirAll by @bep in https://github.com/spf13/afero/pull/379
Full Changelog: https://github.com/spf13/afero/compare/v1.9.2...v1.9.3
v1.9.2
What's Changed
- Make mem.File implement fs.ReadDirFile by @bep in https://github.com/spf13/afero/pull/371
Full Changelog: https://github.com/spf13/afero/compare/v1.9.1...v1.9.2
v1.9.1
What's Changed
- Fix sorting in IOFS.ReadDir by @bep in https://github.com/spf13/afero/pull/372
Full Changelog: https://github.com/spf13/afero/compare/v1.9.0...v1.9.1
v1.9.0
What's Changed
- Update
go.mod
to reflect thatafero
requiresgo
>=1.15.10
by @jeffwidman in https://github.com/spf13/afero/pull/346 - Move CI tests to GitHub Action by @bep in https://github.com/spf13/afero/pull/367
- Misc build/test fixes by @bep in https://github.com/spf13/afero/pull/368
- Fix staticcheck lint errors by @bep in https://github.com/spf13/afero/pull/369
- Make IOFS.ReadDir check for fs.ReadDirFile by @bep in https://github.com/spf13/afero/pull/366
New Contributors
- @jeffwidman made their first contribution in https://github.com/spf13/afero/pull/346
Full Changelog: https://github.com/spf13/afero/compare/v1.8.2...v1.9.0
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot