all: upgrade direct dependencies (#312)

Co-authored-by: {{ steps.bot.outputs.login }} <104697117+cadobot[bot]@users.noreply.github.com>
This commit is contained in:
cadobot[bot]
2022-07-18 05:37:53 +00:00
committed by GitHub
parent 4a1aeb0965
commit a143e7d1a2
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-20220412001346-fc48f9fe4c15
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
golang.org/x/tools v0.1.11
)