mirror of https://git.jolheiser.com/git-age
21 lines
534 B
Modula-2
21 lines
534 B
Modula-2
module go.jolheiser.com/git-age
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
filippo.io/age v1.1.1
|
|
github.com/urfave/cli/v2 v2.25.7
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
lukechampine.com/blake3 v1.2.1
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.0.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
golang.org/x/crypto v0.4.0 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
)
|