Skip to content

Commit 9c5973b

Browse files
chore(deps): bump github.com/go-viper/mapstructure/v2 (#188)
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/go-viper/mapstructure/releases) - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md) - [Commits](go-viper/mapstructure@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.4.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 666341f commit 9c5973b

File tree

1 file changed

+7
-7
lines changed
  • pkg/cli/examples/pokemon

1 file changed

+7
-7
lines changed

pkg/cli/examples/pokemon/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/charmbracelet/colorprofile v0.3.0 // indirect
2020
github.com/charmbracelet/glamour v0.10.0 // indirect
2121
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834 // indirect
22-
github.com/charmbracelet/x/ansi v0.8.0 // indirect
22+
github.com/charmbracelet/x/ansi v0.9.3 // indirect
2323
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
2424
github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf // indirect
2525
github.com/charmbracelet/x/term v0.2.1 // indirect
@@ -28,7 +28,7 @@ require (
2828
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2929
github.com/dlclark/regexp2 v1.11.5 // indirect
3030
github.com/fsnotify/fsnotify v1.8.0 // indirect
31-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
31+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
3232
github.com/gookit/color v1.5.4 // indirect
3333
github.com/gorilla/css v1.0.1 // indirect
3434
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -51,18 +51,18 @@ require (
5151
github.com/sourcegraph/conc v0.3.0 // indirect
5252
github.com/spf13/afero v1.14.0 // indirect
5353
github.com/spf13/cast v1.7.1 // indirect
54-
github.com/spf13/pflag v1.0.6 // indirect
54+
github.com/spf13/pflag v1.0.7 // indirect
5555
github.com/spf13/viper v1.20.1 // indirect
5656
github.com/stretchr/objx v0.5.2 // indirect
5757
github.com/subosito/gotenv v1.6.0 // indirect
5858
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
5959
github.com/yuin/goldmark v1.7.8 // indirect
6060
github.com/yuin/goldmark-emoji v1.0.5 // indirect
6161
go.uber.org/multierr v1.11.0 // indirect
62-
golang.org/x/net v0.41.0 // indirect
63-
golang.org/x/sys v0.33.0 // indirect
64-
golang.org/x/term v0.32.0 // indirect
65-
golang.org/x/text v0.26.0 // indirect
62+
golang.org/x/net v0.42.0 // indirect
63+
golang.org/x/sys v0.34.0 // indirect
64+
golang.org/x/term v0.33.0 // indirect
65+
golang.org/x/text v0.27.0 // indirect
6666
gopkg.in/yaml.v3 v3.0.1 // indirect
6767
)
6868

0 commit comments

Comments
 (0)