File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
2020 github.com/knadh/koanf/parsers/yaml v1.1.0
2121 github.com/knadh/koanf/providers/file v1.2.0
2222 github.com/knadh/koanf/providers/rawbytes v1.0.0
23- github.com/knadh/koanf/v2 v2.2.2
23+ github.com/knadh/koanf/v2 v2.3.0
2424 github.com/minio/minio-go/v7 v7.0.95
2525 github.com/oriser/regroup v0.0.0-20240925165441-f6bb0e08289e
2626 github.com/pkg/errors v0.9.1
@@ -46,7 +46,7 @@ require (
4646 github.com/dustin/go-humanize v1.0.1 // indirect
4747 github.com/fsnotify/fsnotify v1.9.0 // indirect
4848 github.com/go-ini/ini v1.67.0 // indirect
49- github.com/go-viper/mapstructure/v2 v2.3 .0 // indirect
49+ github.com/go-viper/mapstructure/v2 v2.4 .0 // indirect
5050 github.com/goccy/go-json v0.10.5 // indirect
5151 github.com/inconshreveable/mousetrap v1.1.0 // indirect
5252 github.com/klauspost/compress v1.18.0 // indirect
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ github.com/go-ini/ini v1.67.0 h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A=
3939github.com/go-ini/ini v1.67.0 /go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8 =
4040github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
4141github.com/go-viper/mapstructure/v2 v2.3.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
42+ github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs =
43+ github.com/go-viper/mapstructure/v2 v2.4.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
4244github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4 =
4345github.com/goccy/go-json v0.10.5 /go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M =
4446github.com/google/cel-go v0.26.1 h1:iPbVVEdkhTX++hpe3lzSk7D3G3QSYqLGoHOcEio+UXQ =
@@ -71,6 +73,8 @@ github.com/knadh/koanf/providers/rawbytes v1.0.0 h1:MrKDh/HksJlKJmaZjgs4r8aVBb/z
7173github.com/knadh/koanf/providers/rawbytes v1.0.0 /go.mod h1:KxwYJf1uezTKy6PBtfE+m725NGp4GPVA7XoNTJ/PtLo =
7274github.com/knadh/koanf/v2 v2.2.2 h1:ghbduIkpFui3L587wavneC9e3WIliCgiCgdxYO/wd7A =
7375github.com/knadh/koanf/v2 v2.2.2 /go.mod h1:abWQc0cBXLSF/PSOMCB/SK+T13NXDsPvOksbpi5e/9Q =
76+ github.com/knadh/koanf/v2 v2.3.0 h1:Qg076dDRFHvqnKG97ZEsi9TAg2/nFTa9hCdcSa1lvlM =
77+ github.com/knadh/koanf/v2 v2.3.0 /go.mod h1:gRb40VRAbd4iJMYYD5IxZ6hfuopFcXBpc9bbQpZwo28 =
7478github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
7579github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
7680github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
You can’t perform that action at this time.
0 commit comments