WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit af13e32

Browse files
build(deps): Bump the spf13 group with 2 updates
Bumps the spf13 group with 2 updates: [github.com/spf13/cobra](https://github.com/spf13/cobra) and [github.com/spf13/viper](https://github.com/spf13/viper). Updates `github.com/spf13/cobra` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.0...v1.8.1) Updates `github.com/spf13/viper` from 1.17.0 to 1.19.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.17.0...v1.19.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-patch dependency-group: spf13 - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spf13 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 609e83e commit af13e32

File tree

2 files changed

+30
-431
lines changed

2 files changed

+30
-431
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ require (
1717
github.com/google/go-github/v56 v56.0.0
1818
github.com/magefile/mage v1.15.0
1919
github.com/sirupsen/logrus v1.9.3
20-
github.com/spf13/cobra v1.8.0
21-
github.com/spf13/viper v1.17.0
20+
github.com/spf13/cobra v1.8.1
21+
github.com/spf13/viper v1.19.0
2222
github.com/trivago/tgo v1.0.7
2323
github.com/uwu-tools/go-jira/v2 v2.0.0-20230801175343-52f822b5cb80
2424
github.com/uwu-tools/magex v0.10.0
@@ -58,26 +58,26 @@ require (
5858
github.com/mholt/archiver/v3 v3.5.1 // indirect
5959
github.com/mitchellh/mapstructure v1.5.0 // indirect
6060
github.com/nwaples/rardecode v1.1.0 // indirect
61-
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
61+
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
6262
github.com/pierrec/lz4/v4 v4.1.18 // indirect
6363
github.com/pjbgf/sha1cd v0.3.0 // indirect
64-
github.com/sagikazarmark/locafero v0.3.0 // indirect
64+
github.com/sagikazarmark/locafero v0.4.0 // indirect
6565
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
6666
github.com/sergi/go-diff v1.3.1 // indirect
6767
github.com/skeema/knownhosts v1.2.1 // indirect
6868
github.com/sourcegraph/conc v0.3.0 // indirect
69-
github.com/spf13/afero v1.10.0 // indirect
70-
github.com/spf13/cast v1.5.1 // indirect
69+
github.com/spf13/afero v1.11.0 // indirect
70+
github.com/spf13/cast v1.6.0 // indirect
7171
github.com/spf13/pflag v1.0.5 // indirect
7272
github.com/subosito/gotenv v1.6.0 // indirect
7373
github.com/ulikunitz/xz v0.5.11 // indirect
7474
github.com/xanzy/ssh-agent v0.3.3 // indirect
7575
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
7676
go.uber.org/multierr v1.11.0 // indirect
77-
golang.org/x/crypto v0.17.0 // indirect
77+
golang.org/x/crypto v0.21.0 // indirect
7878
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
7979
golang.org/x/mod v0.13.0 // indirect
80-
golang.org/x/net v0.19.0 // indirect
80+
golang.org/x/net v0.23.0 // indirect
8181
golang.org/x/sys v0.27.0 // indirect
8282
golang.org/x/text v0.14.0 // indirect
8383
golang.org/x/tools v0.14.0 // indirect

0 commit comments

Comments
 (0)