all: upgrade direct dependencies (#321)

Co-authored-by: {{ steps.bot.outputs.login }} <104697117+cadobot[bot]@users.noreply.github.com>
This commit is contained in:
cadobot[bot]
2022-08-15 05:39:25 +00:00
committed by GitHub
parent b8c0ea689f
commit 64d30c1cf9
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-20220722155209-00200b7164a7
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
golang.org/x/tools v0.1.12
)