From 52f0a3602eefcf02c9c0ecd6fb87a59baf35b2fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 14:36:27 +0000 Subject: [PATCH] Bump golang.org/x/sys in /commonutils Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20191026070338-33540a1f6037 to 0.1.0. - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.1.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- commonutils/go.mod | 2 +- commonutils/go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commonutils/go.mod b/commonutils/go.mod index 1f26324f..d2fbd617 100644 --- a/commonutils/go.mod +++ b/commonutils/go.mod @@ -4,4 +4,4 @@ go 1.18 require github.com/sirupsen/logrus v1.8.1 -require golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect +require golang.org/x/sys v0.1.0 // indirect diff --git a/commonutils/go.sum b/commonutils/go.sum index 59bd790e..dc9ef0fe 100644 --- a/commonutils/go.sum +++ b/commonutils/go.sum @@ -6,5 +6,6 @@ github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= -golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 h1:YyJpGZS1sBuBCzLAR1VEpK193GlqGZbnPFnPV/5Rsb4= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U= +golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=