Skip to content

Commit d0fbee5

Browse files
committed
Update golang dep (bsc#1266481)
Run go get -u ./... and go mod tidy to update and cleanup dependencies
1 parent b6ad445 commit d0fbee5

4 files changed

Lines changed: 75 additions & 352 deletions

File tree

go.mod

Lines changed: 22 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,40 @@
11
module github.com/uyuni-project/uyuni-tools
22

3-
go 1.21
3+
go 1.25.0
44

55
require (
66
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
1212
)
1313

1414
require (
1515
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
1818
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
2021
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2122
)
2223

2324
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
2626
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
4338
gopkg.in/natefinch/lumberjack.v2 v2.2.1
4439
gopkg.in/yaml.v2 v2.4.0
4540
)

0 commit comments

Comments
 (0)