]> Cypherpunks.ru repositories - nncp.git/blob - src/go.mod
Update dependencies
[nncp.git] / src / go.mod
1 module go.cypherpunks.ru/nncp/v8
2
3 require (
4         github.com/Arceliar/ironwood v0.0.0-20221115123222-ec61cea2f439
5         github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892
6         github.com/dustin/go-humanize v1.0.1
7         github.com/flynn/noise v1.0.0
8         github.com/fsnotify/fsnotify v1.6.0
9         github.com/gologme/log v1.3.0
10         github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
11         github.com/hjson/hjson-go v3.3.0+incompatible
12         github.com/klauspost/compress v1.16.7
13         github.com/yggdrasil-network/yggdrasil-go v0.4.7
14         go.cypherpunks.ru/balloon v1.1.1
15         go.cypherpunks.ru/recfile v0.7.0
16         golang.org/x/crypto v0.12.0
17         golang.org/x/net v0.10.0
18         golang.org/x/sys v0.11.0
19         golang.org/x/term v0.11.0
20         gvisor.dev/gvisor v0.0.0-20230428223346-f33f75cda699
21         lukechampine.com/blake3 v1.2.1
22 )
23
24 require (
25         github.com/Arceliar/phony v0.0.0-20210209235338-dde1a8dca979 // indirect
26         github.com/google/btree v1.0.1 // indirect
27         github.com/klauspost/cpuid/v2 v2.2.5 // indirect
28         golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
29 )
30
31 go 1.17