|
1 | 1 | module github.com/exercism/cli |
2 | 2 |
|
3 | | -go 1.20 |
| 3 | +go 1.26.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/blang/semver v3.5.1+incompatible |
| 6 | + github.com/blang/semver/v4 v4.0.0 |
7 | 7 | github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf |
8 | | - github.com/spf13/cobra v1.7.0 |
9 | | - github.com/spf13/pflag v1.0.5 |
10 | | - github.com/spf13/viper v1.15.0 |
11 | | - github.com/stretchr/testify v1.8.4 |
12 | | - golang.org/x/net v0.23.0 |
13 | | - golang.org/x/text v0.14.0 |
| 8 | + github.com/spf13/cobra v1.10.0 |
| 9 | + github.com/spf13/pflag v1.0.10 |
| 10 | + github.com/spf13/viper v1.21.0 |
| 11 | + github.com/stretchr/testify v1.11.1 |
| 12 | + golang.org/x/net v0.55.0 |
| 13 | + golang.org/x/text v0.37.0 |
14 | 14 | ) |
15 | 15 |
|
16 | 16 | require ( |
17 | 17 | github.com/davecgh/go-spew v1.1.1 // indirect |
18 | | - github.com/fsnotify/fsnotify v1.6.0 // indirect |
19 | | - github.com/hashicorp/hcl v1.0.0 // indirect |
| 18 | + github.com/fsnotify/fsnotify v1.9.0 // indirect |
| 19 | + github.com/go-viper/mapstructure/v2 v2.4.0 // indirect |
20 | 20 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
21 | | - github.com/magiconair/properties v1.8.7 // indirect |
22 | | - github.com/mitchellh/mapstructure v1.5.0 // indirect |
23 | | - github.com/pelletier/go-toml/v2 v2.0.6 // indirect |
| 21 | + github.com/pelletier/go-toml/v2 v2.2.4 // indirect |
24 | 22 | github.com/pmezard/go-difflib v1.0.0 // indirect |
25 | | - github.com/spf13/afero v1.9.3 // indirect |
26 | | - github.com/spf13/cast v1.5.0 // indirect |
27 | | - github.com/spf13/jwalterweatherman v1.1.0 // indirect |
28 | | - github.com/subosito/gotenv v1.4.2 // indirect |
29 | | - golang.org/x/sys v0.18.0 // indirect |
30 | | - gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
31 | | - gopkg.in/ini.v1 v1.67.0 // indirect |
| 23 | + github.com/sagikazarmark/locafero v0.11.0 // indirect |
| 24 | + github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect |
| 25 | + github.com/spf13/afero v1.15.0 // indirect |
| 26 | + github.com/spf13/cast v1.10.0 // indirect |
| 27 | + github.com/subosito/gotenv v1.6.0 // indirect |
| 28 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
| 29 | + golang.org/x/sys v0.45.0 // indirect |
32 | 30 | gopkg.in/yaml.v3 v3.0.1 // indirect |
33 | 31 | ) |
0 commit comments