all: upgrade direct dependencies (#331)

Co-authored-by: {{ steps.bot.outputs.login }} <104697117+cadobot[bot]@users.noreply.github.com>
This commit is contained in:
cadobot[bot]
2022-10-02 05:42:21 +00:00
committed by GitHub
parent 429cf3cdbf
commit ba810127ca
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-20220823144127-ada1728cebaa
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261
golang.org/x/arch v0.0.0-20220927172834-6a65923eb742
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
golang.org/x/tools v0.1.12
)