We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af15e3 commit c36fb36Copy full SHA for c36fb36
1 file changed
go.mod
@@ -1,6 +1,6 @@
1
module github.com/uyuni-project/uyuni-tools
2
3
-go 1.23
+go 1.21
4
5
require (
6
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
@@ -50,7 +50,7 @@ require (
50
github.com/spf13/pflag v1.0.5
51
github.com/spf13/viper v1.7.0
52
github.com/subosito/gotenv v1.2.0 // indirect
53
- golang.org/x/sys v0.18.0 // indirect
+ golang.org/x/sys v0.18.0
54
golang.org/x/term v0.18.0
55
golang.org/x/text v0.14.0 // indirect
56
gopkg.in/ini.v1 v1.51.0 // indirect
0 commit comments