Skip to content

Commit 137d254

Browse files
fix(deps): update module github.com/knadh/koanf/v2 to v2.1.2
1 parent 0bfaa23 commit 137d254

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/knadh/koanf/providers/confmap v0.1.0
1313
github.com/knadh/koanf/providers/env v0.1.0
1414
github.com/knadh/koanf/providers/file v0.1.0
15-
github.com/knadh/koanf/v2 v2.1.1
15+
github.com/knadh/koanf/v2 v2.1.2
1616
github.com/stretchr/testify v1.9.0
1717
github.com/testcontainers/testcontainers-go v0.34.0
1818
github.com/testcontainers/testcontainers-go/modules/postgres v0.34.0
@@ -57,7 +57,7 @@ require (
5757
github.com/go-ole/go-ole v1.2.6 // indirect
5858
github.com/go-playground/locales v0.14.1 // indirect
5959
github.com/go-playground/universal-translator v0.18.1 // indirect
60-
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
60+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
6161
github.com/gogo/protobuf v1.3.2 // indirect
6262
github.com/google/uuid v1.6.0 // indirect
6363
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ github.com/go-playground/validator/v10 v10.22.1 h1:40JcKH+bBNGFczGuoBYgX4I6m/i27
110110
github.com/go-playground/validator/v10 v10.22.1/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
111111
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 h1:TQcrn6Wq+sKGkpyPvppOz99zsMBaUOKXq6HSv655U1c=
112112
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
113+
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
114+
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
113115
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
114116
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
115117
github.com/golang-migrate/migrate/v4 v4.17.1 h1:4zQ6iqL6t6AiItphxJctQb3cFqWiSpMnX7wLTPnnYO4=
@@ -171,6 +173,8 @@ github.com/knadh/koanf/providers/file v0.1.0 h1:fs6U7nrV58d3CFAFh8VTde8TM262ObYf
171173
github.com/knadh/koanf/providers/file v0.1.0/go.mod h1:rjJ/nHQl64iYCtAW2QQnF0eSmDEX/YZ/eNFj5yR6BvA=
172174
github.com/knadh/koanf/v2 v2.1.1 h1:/R8eXqasSTsmDCsAyYj+81Wteg8AqrV9CP6gvsTsOmM=
173175
github.com/knadh/koanf/v2 v2.1.1/go.mod h1:4mnTRbZCK+ALuBXHZMjDfG9y714L7TykVnZkXbMU3Es=
176+
github.com/knadh/koanf/v2 v2.1.2 h1:I2rtLRqXRy1p01m/utEtpZSSA6dcJbgGVuE27kW2PzQ=
177+
github.com/knadh/koanf/v2 v2.1.2/go.mod h1:Gphfaen0q1Fc1HTgJgSTC4oRX9R2R5ErYMZJy8fLJBo=
174178
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
175179
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
176180
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=

0 commit comments

Comments
 (0)