Skip to content

Commit 5b2f9a6

Browse files
Bump github.com/spf13/afero from 1.10.0 to 1.11.0 (#118)
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/spf13/afero/releases) - [Commits](spf13/afero@v1.10.0...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 26bff48 commit 5b2f9a6

File tree

2 files changed

+18
-427
lines changed

2 files changed

+18
-427
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ require (
88
github.com/Pallinder/go-randomdata v1.2.0
99
github.com/elastic/go-ucfg v0.8.6
1010
github.com/lithammer/shortuuid/v3 v3.0.7
11-
github.com/spf13/afero v1.10.0
11+
github.com/spf13/afero v1.11.0
1212
github.com/spf13/cobra v1.7.0
1313
github.com/spf13/viper v1.17.0
1414
github.com/stretchr/testify v1.8.4
1515
go.uber.org/multierr v1.11.0
1616
golang.org/x/mod v0.13.0
17-
golang.org/x/sync v0.4.0
17+
golang.org/x/sync v0.5.0
1818
)
1919

2020
require (
2121
github.com/Masterminds/goutils v1.1.1 // indirect
2222
github.com/Masterminds/semver/v3 v3.2.0 // indirect
2323
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2424
github.com/fsnotify/fsnotify v1.6.0 // indirect
25-
github.com/google/uuid v1.2.0 // indirect
25+
github.com/google/uuid v1.4.0 // indirect
2626
github.com/hashicorp/hcl v1.0.0 // indirect
2727
github.com/huandu/xstrings v1.3.3 // indirect
2828
github.com/imdario/mergo v0.3.11 // indirect
@@ -40,10 +40,10 @@ require (
4040
github.com/spf13/cast v1.5.1 // indirect
4141
github.com/spf13/pflag v1.0.5 // indirect
4242
github.com/subosito/gotenv v1.6.0 // indirect
43-
golang.org/x/crypto v0.13.0 // indirect
43+
golang.org/x/crypto v0.16.0 // indirect
4444
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
45-
golang.org/x/sys v0.12.0 // indirect
46-
golang.org/x/text v0.13.0 // indirect
45+
golang.org/x/sys v0.15.0 // indirect
46+
golang.org/x/text v0.14.0 // indirect
4747
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
4848
gopkg.in/ini.v1 v1.67.0 // indirect
4949
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)