all: upgrade direct dependencies (#302)

Co-authored-by: {{ steps.bot.outputs.login }} <104697117+cadobot[bot]@users.noreply.github.com>
This commit is contained in:
cadobot[bot]
2022-06-13 05:34:32 +00:00
committed by GitHub
parent e75b644177
commit 893829d803
2 changed files with 8 additions and 13 deletions

5
go.mod
View File

@@ -4,7 +4,6 @@ go 1.16
require (
golang.org/x/arch v0.0.0-20220412001346-fc48f9fe4c15
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
golang.org/x/tools v0.1.10
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d
golang.org/x/tools v0.1.11
)