From be5501ba517fd12b17faabfb12f92f4d676a0232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:01:13 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.25.0 to 0.26.0 in /native Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.25.0 to 0.26.0. - [Commits](https://github.com/golang/sys/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- native/go.mod | 2 +- native/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native/go.mod b/native/go.mod index 7454bec..0aa00fb 100644 --- a/native/go.mod +++ b/native/go.mod @@ -6,5 +6,5 @@ replace github.com/echocat/slf4g => ../ require ( github.com/echocat/slf4g v0.0.0 - golang.org/x/sys v0.25.0 + golang.org/x/sys v0.26.0 ) diff --git a/native/go.sum b/native/go.sum index c9930ff..fe521ef 100644 --- a/native/go.sum +++ b/native/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34= -golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo= +golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=