From 4374f9618a8b7a886097f887c80cf0703e8ad0e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:13:03 +0000 Subject: [PATCH] build(deps): bump golang.org/x/sys in /src/go/nerdctl-stub Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.26.0 to 0.28.0. - [Commits](https://github.com/golang/sys/compare/v0.26.0...v0.28.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/go/nerdctl-stub/go.mod | 2 +- src/go/nerdctl-stub/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/go/nerdctl-stub/go.mod b/src/go/nerdctl-stub/go.mod index 9ae290b0991..e7e8acd62ca 100644 --- a/src/go/nerdctl-stub/go.mod +++ b/src/go/nerdctl-stub/go.mod @@ -5,7 +5,7 @@ go 1.22.0 require ( github.com/hashicorp/go-multierror v1.1.1 github.com/stretchr/testify v1.9.0 - golang.org/x/sys v0.26.0 + golang.org/x/sys v0.28.0 ) require ( diff --git a/src/go/nerdctl-stub/go.sum b/src/go/nerdctl-stub/go.sum index 9280fcfa3f7..27015a3607c 100644 --- a/src/go/nerdctl-stub/go.sum +++ b/src/go/nerdctl-stub/go.sum @@ -21,8 +21,8 @@ github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo= -golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= +golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=