Commit 27b30d9 1 parent 63ab32d commit 27b30d9 Copy full SHA for 27b30d9
File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 8
8
module github.com/atc0005/check-vmware
9
9
10
10
go 1.22
11
+ toolchain go1.23.7
11
12
12
13
require (
13
14
github.com/atc0005/go-nagios v0.19.0
@@ -19,5 +20,5 @@ require (
19
20
require (
20
21
github.com/mattn/go-colorable v0.1.14 // indirect
21
22
github.com/mattn/go-isatty v0.0.20 // indirect
22
- golang.org/x/sys v0.30 .0 // indirect
23
+ golang.org/x/sys v0.31 .0 // indirect
23
24
)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ github.com/vmware/govmomi v0.48.1/go.mod h1:UFM2aCkggPToQf8TqY3xfd9bOX58vbVa+UAK
28
28
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
29
29
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
30
30
golang.org/x/sys v0.12.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
31
- golang.org/x/sys v0.30 .0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
32
- golang.org/x/sys v0.30 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
31
+ golang.org/x/sys v0.31 .0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
32
+ golang.org/x/sys v0.31 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
33
33
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
34
34
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ github.com/vmware/govmomi/vim25/progress
48
48
github.com/vmware/govmomi/vim25/soap
49
49
github.com/vmware/govmomi/vim25/types
50
50
github.com/vmware/govmomi/vim25/xml
51
- # golang.org/x/sys v0.30 .0
52
- ## explicit; go 1.18
51
+ # golang.org/x/sys v0.31 .0
52
+ ## explicit; go 1.23.0
53
53
golang.org/x/sys/unix
54
54
golang.org/x/sys/windows
You can’t perform that action at this time.
0 commit comments