]> Cypherpunks.ru repositories - nncp.git/blob - src/go.mod
Merge branch 'develop'
[nncp.git] / src / go.mod
1 module go.cypherpunks.ru/nncp/v6
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/hjson/hjson-go v3.1.0+incompatible
9         github.com/klauspost/compress v1.11.7
10         github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
11         go.cypherpunks.ru/balloon v1.1.1
12         go.cypherpunks.ru/recfile v0.4.3
13         golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
14         golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d
15         golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43
16         golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
17         gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
18 )
19
20 go 1.12