From 75a1b54f1c5d8e44ab7259f4aaddfeb24c96610f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:40:37 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.0.0-20190804053845-51ab0e2deafa to 0.1.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20190804053845-51ab0e2deafa to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 3af62ce..c5fc6fa 100644 --- a/go.mod +++ b/go.mod @@ -16,8 +16,7 @@ require ( github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect - golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect - golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b + golang.org/x/sys v0.1.0 // indirect google.golang.org/appengine v1.6.1 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect