|
1 | 1 | module github.com/uyuni-project/uyuni-tools |
2 | 2 |
|
3 | | -go 1.21 |
| 3 | +go 1.25.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 |
7 | | - github.com/briandowns/spinner v1.23.0 |
8 | | - github.com/chai2010/gettext-go v1.0.2 |
9 | | - github.com/go-viper/mapstructure/v2 v2.4.0 |
10 | | - github.com/spf13/cobra v1.8.0 |
11 | | - golang.org/x/net v0.23.0 |
| 7 | + github.com/briandowns/spinner v1.23.2 |
| 8 | + github.com/chai2010/gettext-go v1.0.3 |
| 9 | + github.com/go-viper/mapstructure/v2 v2.5.0 |
| 10 | + github.com/spf13/cobra v1.10.2 |
| 11 | + golang.org/x/net v0.57.0 |
12 | 12 | ) |
13 | 13 |
|
14 | 14 | require ( |
15 | 15 | github.com/creack/pty v1.1.18 // indirect |
16 | | - github.com/fatih/color v1.7.0 // indirect |
17 | | - github.com/kr/pretty v0.3.1 // indirect |
| 16 | + github.com/fatih/color v1.19.0 // indirect |
| 17 | + github.com/pelletier/go-toml/v2 v2.4.3 // indirect |
18 | 18 | github.com/rogpeppe/go-internal v1.10.0 // indirect |
19 | | - github.com/stretchr/testify v1.8.4 // indirect |
| 19 | + github.com/sagikazarmark/locafero v0.12.0 // indirect |
| 20 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
20 | 21 | gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
21 | 22 | ) |
22 | 23 |
|
23 | 24 | require ( |
24 | | - github.com/fsnotify/fsnotify v1.4.7 // indirect |
25 | | - github.com/hashicorp/hcl v1.0.0 // indirect |
| 25 | + github.com/fsnotify/fsnotify v1.10.1 // indirect |
26 | 26 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
27 | | - github.com/magiconair/properties v1.8.1 // indirect |
28 | | - github.com/mattn/go-colorable v0.1.13 // indirect |
29 | | - github.com/mattn/go-isatty v0.0.19 // indirect |
30 | | - github.com/mitchellh/mapstructure v1.1.2 // indirect |
31 | | - github.com/pelletier/go-toml v1.2.0 // indirect |
32 | | - github.com/rs/zerolog v1.34.0 |
33 | | - github.com/spf13/afero v1.1.2 // indirect |
34 | | - github.com/spf13/cast v1.3.0 // indirect |
35 | | - github.com/spf13/jwalterweatherman v1.0.0 // indirect |
36 | | - github.com/spf13/pflag v1.0.5 |
37 | | - github.com/spf13/viper v1.7.0 |
38 | | - github.com/subosito/gotenv v1.2.0 // indirect |
39 | | - golang.org/x/sys v0.18.0 |
40 | | - golang.org/x/term v0.18.0 |
41 | | - golang.org/x/text v0.14.0 // indirect |
42 | | - gopkg.in/ini.v1 v1.51.0 // indirect |
| 27 | + github.com/mattn/go-colorable v0.1.15 // indirect |
| 28 | + github.com/mattn/go-isatty v0.0.23 // indirect |
| 29 | + github.com/rs/zerolog v1.35.1 |
| 30 | + github.com/spf13/afero v1.15.0 // indirect |
| 31 | + github.com/spf13/cast v1.10.0 // indirect |
| 32 | + github.com/spf13/pflag v1.0.10 |
| 33 | + github.com/spf13/viper v1.21.0 |
| 34 | + github.com/subosito/gotenv v1.6.0 // indirect |
| 35 | + golang.org/x/sys v0.47.0 |
| 36 | + golang.org/x/term v0.45.0 |
| 37 | + golang.org/x/text v0.40.0 // indirect |
43 | 38 | gopkg.in/natefinch/lumberjack.v2 v2.2.1 |
44 | 39 | gopkg.in/yaml.v2 v2.4.0 |
45 | 40 | ) |
0 commit comments