File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ require (
106
106
github.com/go-logr/logr v1.4.2 // indirect
107
107
github.com/go-logr/stdr v1.2.2 // indirect
108
108
github.com/go-macaroon-bakery/macaroonpb v1.0.0 // indirect
109
- github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
109
+ github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
110
110
github.com/goccy/go-yaml v1.15.23 // indirect
111
111
github.com/gogo/protobuf v1.3.2 // indirect
112
112
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
Original file line number Diff line number Diff line change @@ -851,8 +851,8 @@ github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GO
851
851
github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE =
852
852
github.com/go-sql-driver/mysql v1.6.0 /go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg =
853
853
github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
854
- github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
855
- github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
854
+ github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
855
+ github.com/go-viper/mapstructure/v2 v2.3.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
856
856
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee h1:s+21KNqlpePfkah2I+gwHF8xmJWRjooY+5248k6m4A0 =
857
857
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee /go.mod h1:L0fX3K22YWvt/FAX9NnzrNzcI4wNYi9Yku4O0LKYflo =
858
858
github.com/gobwas/pool v0.2.0 h1:QEmUOlnSjWtnpRGHF3SauEiOsy82Cup83Vf2LcMlnc8 =
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ require (
57
57
github.com/go-logr/logr v1.4.2 // indirect
58
58
github.com/go-logr/stdr v1.2.2 // indirect
59
59
github.com/go-macaroon-bakery/macaroonpb v1.0.0 // indirect
60
- github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
60
+ github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
61
61
github.com/gogo/protobuf v1.3.2 // indirect
62
62
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
63
63
github.com/golang-migrate/migrate/v4 v4.17.0 // indirect
Original file line number Diff line number Diff line change @@ -828,8 +828,8 @@ github.com/go-pdf/fpdf v0.6.0/go.mod h1:HzcnA+A23uwogo0tp9yU+l3V+KXhiESpt1PMayhO
828
828
github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE =
829
829
github.com/go-sql-driver/mysql v1.6.0 /go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg =
830
830
github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
831
- github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
832
- github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
831
+ github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
832
+ github.com/go-viper/mapstructure/v2 v2.3.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
833
833
github.com/goccy/go-json v0.9.11 /go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I =
834
834
github.com/godbus/dbus/v5 v5.0.4 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
835
835
github.com/gofrs/uuid v4.0.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ require (
57
57
github.com/go-logr/logr v1.4.2 // indirect
58
58
github.com/go-logr/stdr v1.2.2 // indirect
59
59
github.com/go-macaroon-bakery/macaroonpb v1.0.0 // indirect
60
- github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
60
+ github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
61
61
github.com/gofrs/uuid v4.2.0+incompatible // indirect
62
62
github.com/gogo/protobuf v1.3.2 // indirect
63
63
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ github.com/go-macaroon-bakery/macaroonpb v1.0.0/go.mod h1:UzrGOcbiwTXISFP2XDLDPj
178
178
github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE =
179
179
github.com/go-sql-driver/mysql v1.6.0 /go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg =
180
180
github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
181
- github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
182
- github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
181
+ github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
182
+ github.com/go-viper/mapstructure/v2 v2.3.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
183
183
github.com/godbus/dbus/v5 v5.0.4 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
184
184
github.com/gofrs/uuid v4.0.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
185
185
github.com/gofrs/uuid v4.2.0+incompatible h1:yyYWMnhkhrKwwr8gAOcOCYxOOscHgDS9yZgBrnJfGa0 =
You can’t perform that action at this time.
0 commit comments