From 825473426de921a7ac7998233f385591d2844343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:04:00 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.5.0 to 0.7.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/compare/v0.5.0...v0.7.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a249aa8..0ec2860 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,5 @@ go 1.15 require ( github.com/google/go-cmp v0.5.9 github.com/hashicorp/go-version v1.6.0 - golang.org/x/sys v0.5.0 + golang.org/x/sys v0.7.0 )