Skip to content

Commit 3f3cca6

Browse files
Merge pull request #68 from ZEISS/dependabot/go_modules/github.com/go-viper/mapstructure/v2-2.3.0
chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0
2 parents e69feb8 + 8b60c61 commit 3f3cca6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/zeiss/go-transform
22

3-
go 1.22.1
3+
go 1.23.0
4+
45
toolchain go1.24.1
56

67
require (
@@ -64,7 +65,7 @@ require (
6465
github.com/go-toolsmith/astp v1.1.0 // indirect
6566
github.com/go-toolsmith/strparse v1.1.0 // indirect
6667
github.com/go-toolsmith/typep v1.1.0 // indirect
67-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
68+
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
6869
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
6970
github.com/gobwas/glob v0.2.3 // indirect
7071
github.com/gofrs/flock v0.12.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ github.com/go-toolsmith/strparse v1.1.0 h1:GAioeZUK9TGxnLS+qfdqNbA4z0SSm5zVNtCQi
191191
github.com/go-toolsmith/strparse v1.1.0/go.mod h1:7ksGy58fsaQkGQlY8WVoBFNyEPMGuJin1rfoPS4lBSQ=
192192
github.com/go-toolsmith/typep v1.1.0 h1:fIRYDyF+JywLfqzyhdiHzRop/GQDxxNhLGQ6gFUNHus=
193193
github.com/go-toolsmith/typep v1.1.0/go.mod h1:fVIw+7zjdsMxDA3ITWnH1yOiw1rnTQKCsF/sk2H/qig=
194-
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
195-
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
194+
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
195+
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
196196
github.com/go-xmlfmt/xmlfmt v1.1.3 h1:t8Ey3Uy7jDSEisW2K3somuMKIpzktkWptA0iFCnRUWY=
197197
github.com/go-xmlfmt/xmlfmt v1.1.3/go.mod h1:aUCEOzzezBEjDBbFBoSiya/gduyIiWYRP6CnSFIV8AM=
198198
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=

0 commit comments

Comments
 (0)