From be4b60c213eec5396613b1b12d2e591665750c3b Mon Sep 17 00:00:00 2001 From: dack-su <144129789+dack-su@users.noreply.github.com> Date: Sat, 7 Oct 2023 17:25:53 +0800 Subject: [PATCH] update golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 to 0.1.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 03516ce..02e1689 100644 --- a/go.mod +++ b/go.mod @@ -17,5 +17,5 @@ require ( github.com/tidwall/pretty v1.0.1 // indirect github.com/x86kernel/htmlcolor v0.0.0-20190529101448-c589f58466d0 golang.org/x/net v0.0.0-20200602114024-627f9648deb9 - golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect + golang.org/x/sys v0.1.0 // indirect )