]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
cmd/fscrypt: use golang.org/x/term
authorTobias Klauser <tklauser@distanz.ch>
Thu, 22 Apr 2021 11:53:56 +0000 (13:53 +0200)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 22 Apr 2021 19:27:31 +0000 (12:27 -0700)
commitdb79840bc68f803c23477e7c093e3cff2a7633ba
treea1753ed5d100da641b1e2ddcbdf32e002a6169e7
parent0821f2a20233e390d89af47c668f9b8f08f088ad
cmd/fscrypt: use golang.org/x/term

The golang.org/x/crypto/ssh/terminal package is deprecated and merely a
wrapper around golang.org/x/term. Thus, use the latter directly.
cmd/fscrypt/format.go
cmd/fscrypt/keys.go
go.mod
go.sum