all: upgrade direct dependencies (#317)

Co-authored-by: {{ steps.bot.outputs.login }} <104697117+cadobot[bot]@users.noreply.github.com>
This commit is contained in:
cadobot[bot]
2022-08-01 05:48:28 +00:00
committed by GitHub
parent 04d8da2c07
commit 197cb72d41
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.0.0-20220722155209-00200b7164a7
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
golang.org/x/tools v0.1.11
golang.org/x/sys v0.0.0-20220731174439-a90be440212d
golang.org/x/tools v0.1.12
)