all: upgrade direct dependencies (#374)

Co-authored-by: cadobot[bot] <104697117+cadobot[bot]@users.noreply.github.com>
This commit is contained in:
cadobot[bot]
2023-03-02 05:31:40 +00:00
committed by GitHub
parent 296d3e252d
commit 2f170cedd5
2 changed files with 11 additions and 11 deletions

4
go.mod
View File

@@ -4,6 +4,6 @@ go 1.16
require (
golang.org/x/arch v0.2.0
golang.org/x/sys v0.4.0
golang.org/x/tools v0.5.0
golang.org/x/sys v0.5.0
golang.org/x/tools v0.6.0
)