]> Sergey Matveev's repositories - tofuproxy.git/blob - go.mod
Download link for 0.6.0 release
[tofuproxy.git] / go.mod
1 module go.stargrave.org/tofuproxy
2
3 go 1.21
4
5 require (
6         github.com/dustin/go-humanize v1.0.1
7         github.com/miekg/dns v1.1.57
8         go.cypherpunks.ru/netrc v0.1.0
9         go.cypherpunks.ru/tai64n/v2 v2.0.1
10         go.cypherpunks.ru/ucspi v0.1.0
11 )
12
13 require (
14         golang.org/x/mod v0.14.0 // indirect
15         golang.org/x/net v0.19.0 // indirect
16         golang.org/x/sys v0.15.0 // indirect
17         golang.org/x/tools v0.16.0 // indirect
18 )