]> Sergey Matveev's repositories - tofuproxy.git/blob - go.mod
Update dependant libraries
[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.50
8         go.cypherpunks.ru/tai64n/v2 v2.0.0
9         go.cypherpunks.ru/ucspi v0.0.0-20220830130500-33f105c103ef
10 )
11
12 require (
13         golang.org/x/mod v0.6.0 // indirect
14         golang.org/x/net v0.2.0 // indirect
15         golang.org/x/sys v0.2.0 // indirect
16         golang.org/x/tools v0.2.0 // indirect
17 )