From f42c48a105cc515e74ec044c104c06d9dc453560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:47:04 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.18.0 to 0.19.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.19.0. - [Commits](https://github.com/golang/sys/compare/v0.18.0...v0.19.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..6a7166f 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.19.0 )