cmd/age: use golang.org/x/term instead of deprecated package (#205)

This commit is contained in:
Richard Ulmer
2021-04-05 09:22:51 -04:00
committed by GitHub
parent dabc470bfe
commit bad2c0d2e0
4 changed files with 12 additions and 9 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module filippo.io/age
go 1.13
require golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
require (
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
)