2019-12-07 04:00:57 +00:00
|
|
|
module filippo.io/age
|
2019-08-03 22:42:59 +00:00
|
|
|
|
2022-12-26 20:28:00 +00:00
|
|
|
go 1.19
|
2019-10-07 01:19:04 +00:00
|
|
|
|
2021-04-05 13:22:51 +00:00
|
|
|
require (
|
2024-06-16 09:41:15 +00:00
|
|
|
filippo.io/edwards25519 v1.1.0
|
|
|
|
|
golang.org/x/crypto v0.24.0
|
|
|
|
|
golang.org/x/sys v0.21.0
|
|
|
|
|
golang.org/x/term v0.21.0
|
2021-04-05 13:22:51 +00:00
|
|
|
)
|
2022-12-26 21:09:03 +00:00
|
|
|
|
|
|
|
|
// Test dependencies.
|
|
|
|
|
require (
|
2024-06-16 09:41:15 +00:00
|
|
|
c2sp.org/CCTV/age v0.0.0-20240306222714-3ec4d716e805
|
|
|
|
|
github.com/rogpeppe/go-internal v1.12.0
|
|
|
|
|
golang.org/x/tools v0.22.0 // indirect
|
2022-12-26 21:09:03 +00:00
|
|
|
)
|