mirror of
https://github.com/FiloSottile/age.git
synced 2025-12-23 05:25:14 +00:00
19 lines
354 B
Modula-2
19 lines
354 B
Modula-2
module filippo.io/age
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0
|
|
filippo.io/nistec v0.0.3
|
|
golang.org/x/crypto v0.24.0
|
|
golang.org/x/sys v0.21.0
|
|
golang.org/x/term v0.21.0
|
|
)
|
|
|
|
// Test dependencies.
|
|
require (
|
|
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
|
|
)
|