all: update x/sys to v0.0.0-20210630005230-0f9fa26af87c (#299)

This allows age to be built on OpenBSD/mips64!
This commit is contained in:
Aaron Bieber
2021-07-14 18:33:55 +02:00
committed by GitHub
parent 7cb6b84758
commit e08055f4e5
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -5,5 +5,6 @@ go 1.13
require (
filippo.io/edwards25519 v1.0.0-beta.3
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
)