]> Cypherpunks.ru repositories - goredo.git/blob - go.mod
Redundant @documentencoding
[goredo.git] / go.mod
1 module go.cypherpunks.ru/goredo
2
3 go 1.17
4
5 require (
6         go.cypherpunks.ru/recfile v0.5.1
7         go.cypherpunks.ru/tai64n/v2 v2.0.0
8         golang.org/x/sys v0.4.0
9         golang.org/x/term v0.4.0
10         lukechampine.com/blake3 v1.1.7
11 )
12
13 require github.com/klauspost/cpuid/v2 v2.2.3 // indirect