From 70a558b48e19f4a6a1150aca48258b616b8e2d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:25:56 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.18.0 to 0.21.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.21.0. - [Commits](https://github.com/golang/sys/compare/v0.18.0...v0.21.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 d01b4c8..62c3958 100644 --- a/go.mod +++ b/go.mod @@ -7,5 +7,5 @@ require ( github.com/bdlm/std/v2 v2.1.0 github.com/stretchr/testify v1.9.0 golang.org/x/crypto v0.21.0 - golang.org/x/sys v0.18.0 + golang.org/x/sys v0.21.0 )