From b86543a2f471a9b3551a601381f33c809cd63257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:34:54 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.0.0-20170927054621-314a259e304f to 0.1.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20170927054621-314a259e304f 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bbc5d00..5f54574 100644 --- a/go.mod +++ b/go.mod @@ -27,6 +27,6 @@ require ( github.com/satori/go.uuid v1.1.0 // indirect github.com/stretchr/testify v1.4.0 // indirect golang.org/x/net v0.0.0-20170927055102-0a9397675ba3 // indirect - golang.org/x/sys v0.0.0-20170927054621-314a259e304f // indirect + golang.org/x/sys v0.1.0 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect )