all: upgrade direct dependencies (#293)

Co-authored-by: {{ steps.bot.outputs.login }} <104697117+cadobot[bot]@users.noreply.github.com>
This commit is contained in:
cadobot[bot]
2022-05-09 05:34:43 +00:00
committed by GitHub
parent 223e8f57b9
commit 5106a440e1
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.16
require (
golang.org/x/arch v0.0.0-20220412001346-fc48f9fe4c15
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6
golang.org/x/tools v0.1.10
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
)