From 17aa21a3d1911f98e2488fc5df511e432083f393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:42:24 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.13.0 to 0.16.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.13.0 to 0.16.0. - [Commits](https://github.com/golang/sys/compare/v0.13.0...v0.16.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 79ae003..619db8e 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/safchain/ethtool go 1.16 -require golang.org/x/sys v0.13.0 +require golang.org/x/sys v0.16.0 diff --git a/go.sum b/go.sum index d4673ec..ed3454f 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= -golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU= +golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=