From 64dcefe83a3b7e01e42c6db5773bbcc6ba80343d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:50:56 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.0.0-20200812155832-6a926be9bd1d to 0.1.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20200812155832-6a926be9bd1d 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: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 63fd8aa..f387c4f 100644 --- a/go.mod +++ b/go.mod @@ -6,5 +6,5 @@ require ( github.com/drand/kyber v1.1.4 github.com/phoreproject/bls v0.0.0-20200525203911-a88a5ae26844 golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de - golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d + golang.org/x/sys v0.1.0 )