all: upgrade direct dependencies (#327)

Co-authored-by: {{ steps.bot.outputs.login }} <104697117+cadobot[bot]@users.noreply.github.com>
This commit is contained in:
cadobot[bot]
2022-09-05 05:53:44 +00:00
committed by GitHub
parent 96150c7bd9
commit 6fdff29d46
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -4,6 +4,6 @@ go 1.16
require (
golang.org/x/arch v0.0.0-20220823144127-ada1728cebaa
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261
golang.org/x/tools v0.1.12
)