From 25b66236df735a1717f18dbc348c87dd288ad5f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 23:15:16 +0000 Subject: [PATCH] Bump golang.org/x/sys in /kem/mkem (#50) Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20191120155948-bd437916bb0e 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- kem/mkem/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kem/mkem/go.mod b/kem/mkem/go.mod index 67155f5..621f726 100644 --- a/kem/mkem/go.mod +++ b/kem/mkem/go.mod @@ -5,5 +5,5 @@ go 1.12 require ( github.com/dterei/gotsc v0.0.0-20160722215413-e78f872945c6 github.com/henrydcase/nobs v0.0.0-20200516223741-2500d74484f2 - golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e + golang.org/x/sys v0.1.0 // indirect )