all: upgrade direct dependencies (#244)

This commit is contained in:
Michael McLoughlin
2022-04-10 22:45:00 -07:00
committed by GitHub
parent b0c64b2e52
commit a1840163c8
2 changed files with 19 additions and 17 deletions

6
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/mmcloughlin/avo
go 1.13
require (
golang.org/x/arch v0.0.0-20210923205945-b76863e36670
golang.org/x/sys v0.0.0-20211030160813-b3129d9d1021
golang.org/x/tools v0.1.7
golang.org/x/arch v0.0.0-20220401014709-5424468ecbac
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f
golang.org/x/tools v0.1.10
)