]> Cypherpunks.ru repositories - nncp.git/blob - src/go.mod
a195d28c6ec93a4d69fdf25856b489dc26ded4d1
[nncp.git] / src / go.mod
1 module go.cypherpunks.ru/nncp/v4
2
3 require (
4         github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892
5         github.com/dustin/go-humanize v1.0.0
6         github.com/flynn/noise v0.0.0-20180327030543-2492fe189ae6
7         github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
8         github.com/kr/pretty v0.1.0 // indirect
9         go.cypherpunks.ru/balloon v1.1.0
10         golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
11         golang.org/x/net v0.0.0-20191007182048-72f939374954
12         golang.org/x/sys v0.0.0-20191008105621-543471e840be
13         gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
14         gopkg.in/yaml.v2 v2.2.4
15 )