X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fgo.mod;h=26b0315332ba26f8a0e435242922b1141d54465f;hb=bfe1fc8ea1246ba0f55a0eac3c33c6119f6a6261;hp=a195d28c6ec93a4d69fdf25856b489dc26ded4d1;hpb=c8b26fe06596d26bdb14c5be85760fb3ddb197b3;p=nncp.git diff --git a/src/go.mod b/src/go.mod index a195d28..26b0315 100644 --- a/src/go.mod +++ b/src/go.mod @@ -1,15 +1,31 @@ -module go.cypherpunks.ru/nncp/v4 +module go.cypherpunks.ru/nncp/v8 require ( + github.com/Arceliar/ironwood v0.0.0-20221025225125-45b4281814c2 github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892 github.com/dustin/go-humanize v1.0.0 - github.com/flynn/noise v0.0.0-20180327030543-2492fe189ae6 + github.com/flynn/noise v1.0.0 + github.com/fsnotify/fsnotify v1.6.0 + github.com/gologme/log v1.3.0 github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 - github.com/kr/pretty v0.1.0 // indirect - go.cypherpunks.ru/balloon v1.1.0 - golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc - golang.org/x/net v0.0.0-20191007182048-72f939374954 - golang.org/x/sys v0.0.0-20191008105621-543471e840be - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect - gopkg.in/yaml.v2 v2.2.4 + github.com/hjson/hjson-go v3.3.0+incompatible + github.com/klauspost/compress v1.15.12 + github.com/yggdrasil-network/yggdrasil-go v0.4.6 + go.cypherpunks.ru/balloon v1.1.1 + go.cypherpunks.ru/recfile v0.5.1 + golang.org/x/crypto v0.3.0 + golang.org/x/net v0.2.0 + golang.org/x/sys v0.2.0 + golang.org/x/term v0.2.0 + gvisor.dev/gvisor v0.0.0-20220901235040-6ca97ef2ce1c + lukechampine.com/blake3 v1.1.7 ) + +require ( + github.com/Arceliar/phony v0.0.0-20210209235338-dde1a8dca979 // indirect + github.com/google/btree v1.0.1 // indirect + github.com/klauspost/cpuid/v2 v2.2.1 // indirect + golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect +) + +go 1.17