all: upgrade direct dependencies (#278)

Co-authored-by: mmcloughlin <mmcloughlin@users.noreply.github.com>
This commit is contained in:
cadobot[bot]
2022-05-01 21:55:52 +00:00
committed by GitHub
parent 967e076788
commit e24610de56
2 changed files with 9 additions and 7 deletions

5
go.mod
View File

@@ -3,7 +3,8 @@ module github.com/mmcloughlin/avo
go 1.16
require (
golang.org/x/arch v0.0.0-20220401014709-5424468ecbac
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f
golang.org/x/arch v0.0.0-20220412001346-fc48f9fe4c15
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32
golang.org/x/tools v0.1.10
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
)