File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ require (
1111 github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
1212 github.com/knadh/koanf/maps v0.1.2 // indirect
1313 github.com/knadh/koanf/parsers/yaml v1.1.0
14- github.com/knadh/koanf/providers/confmap v1.0.0
14+ github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
1515 github.com/knadh/koanf/providers/env/v2 v2.0.0 // indirect
1616 github.com/knadh/koanf/providers/file v1.2.0 // indirect
1717 github.com/knadh/koanf/v2 v2.3.0 // indirect
1818 github.com/mitchellh/copystructure v1.2.0 // indirect
1919 github.com/mitchellh/reflectwalk v1.0.2 // indirect
2020 go.uber.org/multierr v1.11.0 // indirect
2121 go.yaml.in/yaml/v3 v3.0.4 // indirect
22- golang.org/x/sys v0.38 .0 // indirect
22+ golang.org/x/sys v0.37 .0 // indirect
2323)
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
3838go.uber.org/zap v1.27.0 /go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E =
3939go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
4040go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
41- golang.org/x/sys v0.38 .0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc =
42- golang.org/x/sys v0.38 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
41+ golang.org/x/sys v0.37 .0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ =
42+ golang.org/x/sys v0.37 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
4343gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
4444gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo =
4545gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments