]> Sergey Matveev's repositories - paster.git/blob - go.mod
Trivial style fixes
[paster.git] / go.mod
1 module go.stargrave.org/paster/v2
2
3 go 1.17
4
5 require (
6         go.cypherpunks.ru/netstring/v2 v2.4.0
7         lukechampine.com/blake3 v1.1.7
8 )
9
10 require (
11         github.com/klauspost/cpuid/v2 v2.2.4 // indirect
12         golang.org/x/sys v0.7.0 // indirect
13 )