File tree Expand file tree Collapse file tree 2 files changed +145
-3
lines changed
Expand file tree Collapse file tree 2 files changed +145
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/mitchellh/mapstructure v1.5.0
1414 github.com/phrase/phrase-go/v4 v4.3.0 // x-release-please-version
1515 github.com/spf13/cobra v1.8.1
16- github.com/spf13/viper v1.19.0
16+ github.com/spf13/viper v1.7.1
1717 gopkg.in/yaml.v2 v2.4.0
1818)
1919
@@ -34,10 +34,12 @@ require (
3434)
3535
3636require (
37+ github.com/pelletier/go-toml v1.2.0 // indirect
3738 github.com/pelletier/go-toml/v2 v2.2.3 // indirect
3839 github.com/sagikazarmark/locafero v0.6.0 // indirect
3940 github.com/sagikazarmark/slog-shim v0.1.0 // indirect
4041 github.com/sourcegraph/conc v0.3.0 // indirect
42+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
4143 go.uber.org/multierr v1.11.0 // indirect
4244 gopkg.in/yaml.v3 v3.0.1 // indirect
4345)
You can’t perform that action at this time.
0 commit comments