Commit 120aad4 1 parent 60d7040 commit 120aad4 Copy full SHA for 120aad4
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/knadh/koanf/providers/confmap v0.1.0
13
13
github.com/knadh/koanf/providers/env v0.1.0
14
14
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
16
16
github.com/stretchr/testify v1.9.0
17
17
github.com/testcontainers/testcontainers-go v0.34.0
18
18
github.com/testcontainers/testcontainers-go/modules/postgres v0.34.0
@@ -57,7 +57,7 @@ require (
57
57
github.com/go-ole/go-ole v1.2.6 // indirect
58
58
github.com/go-playground/locales v0.14.1 // indirect
59
59
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
61
61
github.com/gogo/protobuf v1.3.2 // indirect
62
62
github.com/google/uuid v1.6.0 // indirect
63
63
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ github.com/go-playground/validator/v10 v10.22.1 h1:40JcKH+bBNGFczGuoBYgX4I6m/i27
110
110
github.com/go-playground/validator/v10 v10.22.1 /go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM =
111
111
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 h1:TQcrn6Wq+sKGkpyPvppOz99zsMBaUOKXq6HSv655U1c =
112
112
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 =
113
115
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
114
116
github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
115
117
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
171
173
github.com/knadh/koanf/providers/file v0.1.0 /go.mod h1:rjJ/nHQl64iYCtAW2QQnF0eSmDEX/YZ/eNFj5yR6BvA =
172
174
github.com/knadh/koanf/v2 v2.1.1 h1:/R8eXqasSTsmDCsAyYj+81Wteg8AqrV9CP6gvsTsOmM =
173
175
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 =
174
178
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
175
179
github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
176
180
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
You can’t perform that action at this time.
0 commit comments