Skip to content

Commit fe2d665

Browse files
[skip changelog] Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (#2938)
* [skip changelog] Bump github.com/go-viper/mapstructure/v2 Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.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.2.1...v2.3.0) --- updated-dependencies: - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Update license cache --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Maglie <[email protected]>
1 parent cc92e09 commit fe2d665

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.licenses/go/github.com/go-viper/mapstructure/v2.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/go-viper/mapstructure/v2
3-
version: v2.2.1
3+
version: v2.3.0
44
type: go
55
summary: Package mapstructure exposes functionality to convert one arbitrary Go type
66
into another, typically to convert a map[string]interface{} into a native Go structure.

.licenses/go/github.com/go-viper/mapstructure/v2/internal/errors.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/go-viper/mapstructure/v2/internal/errors
3-
version: v2.2.1
3+
version: v2.3.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/go-viper/mapstructure/v2/internal/errors
77
license: mit
88
licenses:
9-
- sources: v2@v2.2.1/LICENSE
9+
- sources: v2@v2.3.0/LICENSE
1010
text: |
1111
The MIT License (MIT)
1212
@@ -29,6 +29,6 @@ licenses:
2929
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3131
THE SOFTWARE.
32-
- sources: v2@v2.2.1/README.md
32+
- sources: v2@v2.3.0/README.md
3333
text: The project is licensed under the [MIT License](LICENSE).
3434
notices: []

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ require (
6161
github.com/fsnotify/fsnotify v1.8.0 // indirect
6262
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
6363
github.com/go-git/go-billy/v5 v5.6.2 // indirect
64-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
64+
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
6565
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
6666
github.com/h2non/filetype v1.1.3 // indirect
6767
github.com/hashicorp/errwrap v1.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
7373
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
7474
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
7575
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
76-
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
77-
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
76+
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
77+
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
7878
github.com/gofrs/uuid/v5 v5.3.2 h1:2jfO8j3XgSwlz/wHqemAEugfnTlikAYHhnqQ8Xh4fE0=
7979
github.com/gofrs/uuid/v5 v5.3.2/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8=
8080
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=

0 commit comments

Comments
 (0)