]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/go.mod
Use gvisor.dev/gvisor again instead of inet.af/netstack
[nncp.git] / src / go.mod
index eca5fae734bea33c7f4e0ab0dcd51ffdc312346c..221b1eb4808b5aa3295e0fa2a6cb9dceef860ae7 100644 (file)
@@ -1,19 +1,31 @@
-module go.cypherpunks.ru/nncp/v5
+module go.cypherpunks.ru/nncp/v8
 
 require (
+       github.com/Arceliar/ironwood v0.0.0-20211125050254-8951369625d0
        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/google/go-cmp v0.3.1 // indirect
+       github.com/flynn/noise v1.0.0
+       github.com/fsnotify/fsnotify v1.5.1
+       github.com/gologme/log v1.3.0
        github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
-       github.com/hjson/hjson-go v3.0.1+incompatible
-       github.com/klauspost/compress v1.9.2
-       github.com/kr/pretty v0.1.0 // indirect
+       github.com/hjson/hjson-go v3.1.0+incompatible
+       github.com/klauspost/compress v1.14.4
+       github.com/yggdrasil-network/yggdrasil-go v0.4.2
        go.cypherpunks.ru/balloon v1.1.1
-       golang.org/x/crypto v0.0.0-20191219195013-becbf705a915
-       golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
-       golang.org/x/sys v0.0.0-20191219235734-af0d71d358ab
-       gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
+       go.cypherpunks.ru/recfile v0.4.3
+       golang.org/x/crypto v0.0.0-20220214200702-86341886e292
+       golang.org/x/net v0.0.0-20220225172249-27dd8689420f
+       golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
+       golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
+       gvisor.dev/gvisor v0.0.0-20220901235040-6ca97ef2ce1c
+       lukechampine.com/blake3 v1.1.7
 )
 
-go 1.10
+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.0.11 // indirect
+       golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
+)
+
+go 1.17