]> Cypherpunks.ru repositories - nncp.git/blob - src/go.mod
Use inet.af/netstack instead of gvisor.dev/gvisor
[nncp.git] / src / go.mod
1 module go.cypherpunks.ru/nncp/v8
2
3 require (
4         github.com/Arceliar/ironwood v0.0.0-20211125050254-8951369625d0
5         github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892
6         github.com/dustin/go-humanize v1.0.0
7         github.com/flynn/noise v1.0.0
8         github.com/fsnotify/fsnotify v1.5.1
9         github.com/gologme/log v1.3.0
10         github.com/google/btree v1.0.1 // indirect
11         github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
12         github.com/hjson/hjson-go v3.1.0+incompatible
13         github.com/klauspost/compress v1.13.6
14         github.com/yggdrasil-network/yggdrasil-go v0.4.2
15         go.cypherpunks.ru/balloon v1.1.1
16         go.cypherpunks.ru/recfile v0.4.3
17         golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
18         golang.org/x/net v0.0.0-20210614182718-04defd469f4e
19         golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
20         golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
21         golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
22         inet.af/netstack v0.0.0-20211120045802-8aa80cf23d3c
23         lukechampine.com/blake3 v1.1.6
24 )
25
26 go 1.13