all: upgrade direct dependencies (#332)

Co-authored-by: {{ steps.bot.outputs.login }} <104697117+cadobot[bot]@users.noreply.github.com>
This commit is contained in:
cadobot[bot]
2022-11-02 05:40:46 +00:00
committed by GitHub
parent ba810127ca
commit ae5bc6b80e
2 changed files with 15 additions and 9 deletions

6
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/mmcloughlin/avo
go 1.16
require (
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
golang.org/x/arch v0.1.0
golang.org/x/sys v0.1.0
golang.org/x/tools v0.2.0
)