Skip to content

Commit 5ca1360

Browse files
committed
fix(CLI): Revert viper library version #STRINGS-1487
1 parent 80dbff5 commit 5ca1360

File tree

2 files changed

+145
-3
lines changed

2 files changed

+145
-3
lines changed

clients/cli/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3636
require (
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
)

0 commit comments

Comments
 (0)