From cbe6676881e4195d9b02f08110105fccb2bca8fb Mon Sep 17 00:00:00 2001 From: Comrade Renovate Bot Date: Fri, 6 Oct 2023 07:00:49 +0000 Subject: [PATCH] chore(deps): update module golang.org/x/sys to v0.13.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7f03c92da..99b6a091c 100644 --- a/go.mod +++ b/go.mod @@ -116,5 +116,5 @@ require ( github.com/theupdateframework/notary v0.7.0 // indirect github.com/urfave/cli v1.22.9 github.com/xeipuuv/gojsonpointer v0.0.0-20190809123943-df4f5c81cb3b // indirect - golang.org/x/sys v0.12.0 + golang.org/x/sys v0.13.0 )