all: upgrade direct dependencies (#213)

This commit is contained in:
Michael McLoughlin
2021-10-30 12:07:23 -07:00
committed by GitHub
parent 1d235fb56e
commit e70c62b254
2 changed files with 19 additions and 24 deletions

6
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/mmcloughlin/avo
go 1.11
require (
golang.org/x/arch v0.0.0-20210405154355-08b684f594a5
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
golang.org/x/tools v0.1.0
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
)