Skip to content

Commit e484e69

Browse files
chore(deps): bump github.com/go-viper/mapstructure/v2 (#280)
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 84310d9 commit e484e69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ require (
1515
github.com/russross/blackfriday/v2 v2.1.0
1616
github.com/spf13/cobra v1.9.1
1717
github.com/spf13/viper v1.20.1
18-
golang.org/x/net v0.42.0
1918
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
2019
gorm.io/driver/mysql v1.5.5
2120
gorm.io/driver/postgres v1.5.7
@@ -40,7 +39,7 @@ require (
4039
github.com/go-git/go-billy/v5 v5.6.2 // indirect
4140
github.com/go-sql-driver/mysql v1.7.1 // indirect
4241
github.com/go-stack/stack v1.8.0 // indirect
43-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
42+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
4443
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
4544
github.com/google/uuid v1.6.0 // indirect
4645
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -77,6 +76,7 @@ require (
7776
go.uber.org/atomic v1.9.0 // indirect
7877
go.uber.org/multierr v1.9.0 // indirect
7978
golang.org/x/crypto v0.40.0 // indirect
79+
golang.org/x/net v0.42.0 // indirect
8080
golang.org/x/sync v0.16.0 // indirect
8181
golang.org/x/sys v0.34.0 // indirect
8282
golang.org/x/term v0.33.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrt
5858
github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
5959
github.com/go-stack/stack v1.8.0 h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=
6060
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
61-
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
62-
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
61+
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
62+
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
6363
github.com/gocarina/gocsv v0.0.0-20201208093247-67c824bc04d4 h1:Q7s2AN3DhFJKOnzO0uTKLhJTfXTEcXcvw5ylf2BHJw4=
6464
github.com/gocarina/gocsv v0.0.0-20201208093247-67c824bc04d4/go.mod h1:5YoVOkjYAQumqlV356Hj3xeYh4BdZuLE0/nRkf2NKkI=
6565
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=

0 commit comments

Comments
 (0)