From 9ad7fdbcac2aaf04732f9f2428faa6161a53136f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 22:38:58 +0000 Subject: [PATCH] Bump golang.org/x/sys in /common Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20191220220014-0732a990476f 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] --- common/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/go.mod b/common/go.mod index 5d361fa..807e37f 100644 --- a/common/go.mod +++ b/common/go.mod @@ -13,7 +13,7 @@ require ( go.uber.org/zap v1.13.0 golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect - golang.org/x/sys v0.0.0-20191220220014-0732a990476f // indirect + golang.org/x/sys v0.1.0 // indirect golang.org/x/text v0.3.2 // indirect golang.org/x/tools v0.0.0-20191220234730-f13409bbebaf // indirect google.golang.org/genproto v0.0.0-20191220175831-5c49e3ecc1c1 // indirect