From 42d3507880b4983dfc1471ef08a4842fe439a5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:43:34 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.9.0 to 0.15.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.9.0 to 0.15.0. - [Commits](https://github.com/golang/sys/compare/v0.9.0...v0.15.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3636f57..675c52f 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/mackerelio/go-osstat go 1.18 -require golang.org/x/sys v0.9.0 +require golang.org/x/sys v0.15.0 diff --git a/go.sum b/go.sum index cb35c1f..063d2d3 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.9.0 h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s= -golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc= +golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=