Skip to content

Commit b50c189

Browse files
Bump github.com/spf13/afero from 1.9.5 to 1.11.0 (#3164)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b457870 commit b50c189

File tree

2 files changed

+6
-225
lines changed

2 files changed

+6
-225
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ require (
5656
github.com/osteele/liquid v1.4.0
5757
github.com/pelletier/go-toml v1.9.5
5858
github.com/prometheus/client_golang v1.19.1
59-
github.com/spf13/afero v1.9.5
59+
github.com/spf13/afero v1.11.0
6060
github.com/spf13/cobra v1.7.0
6161
github.com/spf13/pflag v1.0.5
6262
github.com/spf13/viper v1.14.0
@@ -233,7 +233,7 @@ require (
233233
golang.org/x/sys v0.20.0 // indirect
234234
golang.org/x/term v0.20.0 // indirect
235235
golang.org/x/text v0.15.0 // indirect
236-
golang.org/x/time v0.3.0 // indirect
236+
golang.org/x/time v0.5.0 // indirect
237237
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
238238
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
239239
google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 // indirect

0 commit comments

Comments
 (0)