]> Cypherpunks.ru repositories - udpobfs.git/blob - go.mod
Unify copyright comment format
[udpobfs.git] / go.mod
1 module go.cypherpunks.ru/udpobfs/v2
2
3 go 1.21
4
5 require (
6         golang.org/x/crypto v0.12.0
7         lukechampine.com/blake3 v1.2.1
8 )
9
10 require (
11         github.com/klauspost/cpuid/v2 v2.2.5 // indirect
12         golang.org/x/sys v0.13.0 // indirect
13 )