-
- Downloads
[renovate] Update module golang.org/x/sys to v0.30.0
parent
caea55ad
No related branches found
No related tags found
This commit is part of merge request !252. Comments created here will be created in the context of that merge request.
... | ... | @@ -16,7 +16,7 @@ require ( |
github.com/shirou/gopsutil v3.21.11+incompatible | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/stretchr/testify v1.10.0 | ||
golang.org/x/sys v0.29.0 | ||
golang.org/x/sys v0.30.0 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 | ||
google.golang.org/grpc v1.69.4 | ||
google.golang.org/protobuf v1.35.2 | ||
... | ... |
... | ... | @@ -176,6 +176,8 @@ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBc |
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= | ||
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= | ||
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= | ||
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= | ||
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= | ||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= | ||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= | ||
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= | ||
... | ... |
Please sign in to comment