]> Sergey Matveev's repositories - tofuproxy.git/blob - go.mod
WARC
[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/klauspost/compress v1.13.6
8         github.com/miekg/dns v1.1.29
9         go.cypherpunks.ru/tai64n/v2 v2.0.0
10         go.cypherpunks.ru/ucspi v0.0.0-20210908140534-cfdc20a8225f
11 )
12
13 require (
14         golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
15         golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
16         golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
17 )