]> Sergey Matveev's repositories - uploader.git/blob - go.mod
Unify copyright comment format
[uploader.git] / go.mod
1 module go.stargrave.org/uploader
2
3 go 1.17
4
5 require (
6         go.cypherpunks.ru/recfile v0.7.0
7         go.cypherpunks.ru/tai64n/v2 v2.0.0
8         golang.org/x/net v0.9.0
9         lukechampine.com/blake3 v1.1.7
10 )
11
12 require github.com/klauspost/cpuid/v2 v2.0.9 // indirect