|
1 | 1 | module github.com/phrase/phrase-cli |
2 | 2 |
|
3 | | -go 1.19 |
| 3 | +go 1.22.0 |
| 4 | + |
| 5 | +toolchain go1.22.10 |
4 | 6 |
|
5 | 7 | require ( |
6 | 8 | github.com/antihax/optional v1.0.0 |
7 | | - github.com/bgentry/speakeasy v0.1.0 |
8 | | - github.com/coreos/go-semver v0.3.0 |
| 9 | + github.com/bgentry/speakeasy v0.2.0 |
| 10 | + github.com/coreos/go-semver v0.3.1 |
9 | 11 | github.com/daviddengcn/go-colortext v1.0.0 |
10 | 12 | github.com/jpillora/backoff v1.0.0 |
11 | | - github.com/mitchellh/mapstructure v1.4.0 |
| 13 | + github.com/mitchellh/mapstructure v1.5.0 |
12 | 14 | github.com/phrase/phrase-go/v4 v4.0.2 // x-release-please-version |
13 | | - github.com/spf13/cobra v1.0.0 |
14 | | - github.com/spf13/viper v1.7.1 |
| 15 | + github.com/spf13/cobra v1.8.1 |
| 16 | + github.com/spf13/viper v1.19.0 |
15 | 17 | gopkg.in/yaml.v2 v2.4.0 |
16 | 18 | ) |
17 | 19 |
|
18 | 20 | require ( |
19 | | - github.com/fsnotify/fsnotify v1.4.9 // indirect |
20 | | - github.com/golang/protobuf v1.5.0 // indirect |
| 21 | + github.com/fsnotify/fsnotify v1.8.0 // indirect |
| 22 | + github.com/golang/protobuf v1.5.4 // indirect |
21 | 23 | github.com/hashicorp/hcl v1.0.0 // indirect |
22 | | - github.com/inconshreveable/mousetrap v1.0.0 // indirect |
23 | | - github.com/magiconair/properties v1.8.4 // indirect |
24 | | - github.com/pelletier/go-toml v1.8.1 // indirect |
25 | | - github.com/spf13/afero v1.4.1 // indirect |
26 | | - github.com/spf13/cast v1.3.1 // indirect |
| 24 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| 25 | + github.com/magiconair/properties v1.8.9 // indirect |
| 26 | + github.com/pelletier/go-toml v1.9.5 // indirect |
| 27 | + github.com/spf13/afero v1.11.0 // indirect |
| 28 | + github.com/spf13/cast v1.7.1 // indirect |
27 | 29 | github.com/spf13/jwalterweatherman v1.1.0 // indirect |
28 | 30 | github.com/spf13/pflag v1.0.5 // indirect |
29 | | - github.com/subosito/gotenv v1.2.0 // indirect |
30 | | - golang.org/x/exp v0.0.0-20231226003508-02704c960a9b |
31 | | - golang.org/x/net v0.23.0 // indirect |
32 | | - golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect |
33 | | - golang.org/x/sys v0.18.0 // indirect |
34 | | - golang.org/x/text v0.14.0 // indirect |
35 | | - google.golang.org/appengine v1.6.6 // indirect |
36 | | - google.golang.org/protobuf v1.33.0 // indirect |
37 | | - gopkg.in/ini.v1 v1.62.0 // indirect |
| 31 | + github.com/subosito/gotenv v1.6.0 // indirect |
| 32 | + golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 |
| 33 | + golang.org/x/net v0.33.0 // indirect |
| 34 | + golang.org/x/oauth2 v0.24.0 // indirect |
| 35 | + golang.org/x/sys v0.28.0 // indirect |
| 36 | + golang.org/x/text v0.21.0 // indirect |
| 37 | + google.golang.org/appengine v1.6.8 // indirect |
| 38 | + google.golang.org/protobuf v1.36.0 // indirect |
| 39 | + gopkg.in/ini.v1 v1.67.0 // indirect |
| 40 | +) |
| 41 | + |
| 42 | +require ( |
| 43 | + github.com/pelletier/go-toml/v2 v2.2.3 // indirect |
| 44 | + github.com/sagikazarmark/locafero v0.6.0 // indirect |
| 45 | + github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
| 46 | + github.com/sourcegraph/conc v0.3.0 // indirect |
| 47 | + go.uber.org/atomic v1.11.0 // indirect |
| 48 | + go.uber.org/multierr v1.11.0 // indirect |
| 49 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
38 | 50 | ) |
0 commit comments