From a4ccfcb867529e3898c4a4acad82ac23ab007814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 16:00:39 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.8.0 to 0.9.0 in /native Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.8.0 to 0.9.0. - [Commits](https://github.com/golang/sys/compare/v0.8.0...v0.9.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 fc0e999..318a910 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.8.0 + golang.org/x/sys v0.9.0 ) diff --git a/native/go.sum b/native/go.sum index c5eb700..cb35c1f 100644 --- a/native/go.sum +++ b/native/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU= -golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.9.0 h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s= +golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=