all: upgrade direct dependencies (#172)

This commit is contained in:
Michael McLoughlin
2021-04-06 23:24:52 -07:00
committed by GitHub
parent 8f3c4ea0bf
commit 3f5da8f6e4
2 changed files with 10 additions and 9 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-20201008161808-52c3e6f60cff
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
golang.org/x/tools v0.0.0-20201105001634-bc3cf281b174
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
)