Skip to content

Commit

Permalink
fix(deps): Update module github.com/spf13/afero to v1.9.2 (#1143)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/spf13/afero](https://togithub.com/spf13/afero) | require | patch | `v1.9.0` -> `v1.9.2` |

---

### Release Notes

<details>
<summary>spf13/afero</summary>

### [`v1.9.2`](https://togithub.com/spf13/afero/releases/tag/v1.9.2)

[Compare Source](https://togithub.com/spf13/afero/compare/v1.9.1...v1.9.2)

#### What's Changed

-   Make mem.File implement fs.ReadDirFile by [@&#8203;bep](https://togithub.com/bep) in [spf13/afero#371

**Full Changelog**: spf13/afero@v1.9.1...v1.9.2

### [`v1.9.1`](https://togithub.com/spf13/afero/releases/tag/v1.9.1)

[Compare Source](https://togithub.com/spf13/afero/compare/v1.9.0...v1.9.1)

#### What's Changed

-   Fix sorting in IOFS.ReadDir by [@&#8203;bep](https://togithub.com/bep) in [spf13/afero#372

**Full Changelog**: spf13/afero@v1.9.0...v1.9.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzEuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzMS4xIn0=-->
  • Loading branch information
cq-bot committed Jul 27, 2022
1 parent 23e170e commit a214d0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -15,7 +15,7 @@ require (
github.com/mattn/go-isatty v0.0.14
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/rs/zerolog v1.27.0
github.com/spf13/afero v1.9.0
github.com/spf13/afero v1.9.2
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -1478,8 +1478,8 @@ github.com/spf13/afero v1.2.1/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTd
github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk=
github.com/spf13/afero v1.3.3/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY520V4=
github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I=
github.com/spf13/afero v1.9.0 h1:sFSLUHgxdnN32Qy38hK3QkYBFXZj9DKjVjCUCtD7juY=
github.com/spf13/afero v1.9.0/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y=
github.com/spf13/afero v1.9.2 h1:j49Hj62F0n+DaZ1dDCvhABaPNSGNkt32oRFxI33IEMw=
github.com/spf13/afero v1.9.2/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y=
github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=
github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU=
Expand Down

0 comments on commit a214d0c

Please sign in to comment.