]> Cypherpunks.ru repositories - goredo.git/blob - go.mod
Fix workability under GNU/Linux and other systems because of different syscall
[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.0
7         go.cypherpunks.ru/tai64n v0.2.0
8         golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
9         golang.org/x/sys v0.0.0-20201117222635-ba5294a509c7
10         golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
11 )