Home

git-age @26b581b5db64a0c992c0c6714fbb37c2c677bef4 - refs - log -
-
https://git.jolheiser.com/git-age.git
git-crypt, but with age
git-age / go.mod
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
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
)