Skip to content

Commit a560239

Browse files
Bump github.com/spf13/afero from 1.9.5 to 1.11.0 (#42)
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>
1 parent 6badf4b commit a560239

2 files changed

Lines changed: 1786 additions & 12 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/google/go-github/v35 v35.3.0
88
github.com/nhatthm/plugin-registry v0.3.0
99
github.com/nhatthm/plugin-registry-fs v0.3.0
10-
github.com/spf13/afero v1.9.5
10+
github.com/spf13/afero v1.11.0
1111
github.com/stretchr/testify v1.8.4
1212
go.nhat.io/aferoassert v0.2.0
1313
go.nhat.io/aferomock v0.4.0
@@ -30,6 +30,6 @@ require (
3030
go.nhat.io/aferocopy/v2 v2.0.1 // indirect
3131
go.nhat.io/matcher/v2 v2.0.0 // indirect
3232
go.nhat.io/wait v0.1.0 // indirect
33-
golang.org/x/crypto v0.6.0 // indirect
34-
golang.org/x/text v0.7.0 // indirect
33+
golang.org/x/crypto v0.16.0 // indirect
34+
golang.org/x/text v0.14.0 // indirect
3535
)

0 commit comments

Comments
 (0)