age

Simple, secure encryption with UNIX-style composability.
git clone git://git.sgregoratto.me/age
Log | Files | Refs | README | LICENSE

go.mod (177B)


      1 module github.com/FiloSottile/age
      2 
      3 go 1.13
      4 
      5 require (
      6 	golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
      7 	golang.org/x/sys v0.0.0-20191008105621-543471e840be // indirect
      8 )