]> Cypherpunks.ru repositories - goredo.git/blob - go.mod
Initial commit
[goredo.git] / go.mod
1 module go.cypherpunks.ru/goredo
2
3 go 1.14
4
5 require (
6         go.cypherpunks.ru/recfile v0.3.0
7         golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
8         golang.org/x/sys v0.0.0-20201117222635-ba5294a509c7
9 )