File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/ublue-os/uupd
2
2
3
- go 1.22.9
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.1
4
6
5
7
require (
6
8
github.com/godbus/dbus/v5 v5.1.0
7
9
github.com/shirou/gopsutil/v4 v4.25.2
8
10
github.com/spf13/cobra v1.9.1
9
- golang.org/x/term v0.29 .0
11
+ golang.org/x/term v0.30 .0
10
12
gopkg.in/yaml.v3 v3.0.1
11
13
)
12
14
@@ -20,5 +22,5 @@ require (
20
22
github.com/tklauser/go-sysconf v0.3.12 // indirect
21
23
github.com/tklauser/numcpus v0.6.1 // indirect
22
24
github.com/yusufpapurcu/wmi v1.2.4 // indirect
23
- golang.org/x/sys v0.30 .0 // indirect
25
+ golang.org/x/sys v0.31 .0 // indirect
24
26
)
Original file line number Diff line number Diff line change @@ -39,8 +39,12 @@ golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
39
39
golang.org/x/sys v0.11.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
40
40
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
41
41
golang.org/x/sys v0.30.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
42
+ golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
43
+ golang.org/x/sys v0.31.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
42
44
golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU =
43
45
golang.org/x/term v0.29.0 /go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s =
46
+ golang.org/x/term v0.30.0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y =
47
+ golang.org/x/term v0.30.0 /go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g =
44
48
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
45
49
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
46
50
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments