all: upgrade direct dependencies (#315)

Co-authored-by: {{ steps.bot.outputs.login }} <104697117+cadobot[bot]@users.noreply.github.com>
This commit is contained in:
cadobot[bot]
2022-07-25 05:37:46 +00:00
committed by GitHub
parent 5d2cfe7905
commit 99527ccd07
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/mmcloughlin/avo
go 1.16
require (
golang.org/x/arch v0.0.0-20220412001346-fc48f9fe4c15
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
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
)