all: upgrade direct dependencies (#325)

Co-authored-by: {{ steps.bot.outputs.login }} <104697117+cadobot[bot]@users.noreply.github.com>
This commit is contained in:
cadobot[bot]
2022-08-29 05:56:31 +00:00
committed by GitHub
parent 18cdaae777
commit 280f5624f5
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-20220818193441-13eedde4113c
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6
golang.org/x/arch v0.0.0-20220823144127-ada1728cebaa
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64
golang.org/x/tools v0.1.12
)