]> Cypherpunks.ru repositories - goredo.git/blob - go.mod
isModified check must only look at ifchanges
[goredo.git] / go.mod
1 module go.cypherpunks.ru/goredo
2
3 go 1.12
4
5 require (
6         go.cypherpunks.ru/recfile v0.4.3
7         go.cypherpunks.ru/tai64n/v2 v2.0.0
8         golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
9         golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
10         lukechampine.com/blake3 v1.1.5
11 )