all: upgrade dependencies (#159)

Upgrade dependencies with:

go get -u ./...
go mod tidy
This commit is contained in:
Michael McLoughlin
2020-11-04 23:48:41 -08:00
committed by GitHub
parent fea6accff2
commit 5d2f697d26
2 changed files with 17 additions and 14 deletions

4
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/mmcloughlin/avo
go 1.11
require (
golang.org/x/arch v0.0.0-20190909030613-46d78d1859ac
golang.org/x/tools v0.0.0-20200425043458-8463f397d07c
golang.org/x/arch v0.0.0-20201008161808-52c3e6f60cff
golang.org/x/tools v0.0.0-20201105001634-bc3cf281b174
)