]> Sergey Matveev's repositories - tofuproxy.git/blob - go.mod
Update dependencies
[tofuproxy.git] / go.mod
1 module go.stargrave.org/tofuproxy
2
3 go 1.20
4
5 require (
6         github.com/dustin/go-humanize v1.0.1
7         github.com/miekg/dns v1.1.55
8         go.cypherpunks.ru/tai64n/v2 v2.0.1
9         go.cypherpunks.ru/ucspi v0.0.0-20230808200029-ef2a022b68db
10 )
11
12 require (
13         golang.org/x/mod v0.12.0 // indirect
14         golang.org/x/net v0.14.0 // indirect
15         golang.org/x/sys v0.11.0 // indirect
16         golang.org/x/tools v0.12.0 // indirect
17 )