mirror of
https://github.com/FiloSottile/age.git
synced 2026-01-04 11:23:59 +00:00
21 lines
521 B
Modula-2
21 lines
521 B
Modula-2
module filippo.io/age
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.0.0
|
|
golang.org/x/crypto v0.4.0
|
|
golang.org/x/sys v0.11.0
|
|
golang.org/x/term v0.3.0
|
|
)
|
|
|
|
// Test dependencies.
|
|
require (
|
|
c2sp.org/CCTV/age v0.0.0-20221230231406-5ea85644bd03
|
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
|
|
github.com/rogpeppe/go-internal v1.8.1
|
|
)
|
|
|
|
// https://github.com/rogpeppe/go-internal/pull/172
|
|
replace github.com/rogpeppe/go-internal => github.com/FiloSottile/go-internal v1.8.2-0.20230102123319-d43ebe7f1660
|