]> Sergey Matveev's repositories - tofuproxy.git/blob - go.mod
Multistream WARCs and better Zstandard support
[tofuproxy.git] / go.mod
1 module go.stargrave.org/tofuproxy
2
3 go 1.17
4
5 require (
6         github.com/dustin/go-humanize v1.0.0
7         github.com/miekg/dns v1.1.29
8         go.cypherpunks.ru/tai64n/v2 v2.0.0
9         go.cypherpunks.ru/ucspi v0.0.0-20210908140534-cfdc20a8225f
10 )
11
12 require (
13         golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
14         golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
15         golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
16 )