]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/go.mod
Update dependant libraries
[nncp.git] / src / go.mod
index 73fa5aa1df2a77c6e70c92e4c03cf278ccf7847c..9933940c33a96fa394a4043385974afa319435b5 100644 (file)
@@ -1,20 +1,31 @@
 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 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.1.0+incompatible
-       github.com/klauspost/compress v1.13.6
+       github.com/hjson/hjson-go v3.3.0+incompatible
+       github.com/klauspost/compress v1.15.9
+       github.com/yggdrasil-network/yggdrasil-go v0.4.2
        go.cypherpunks.ru/balloon v1.1.1
-       go.cypherpunks.ru/recfile v0.4.3
-       golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
-       golang.org/x/net v0.0.0-20210614182718-04defd469f4e
-       golang.org/x/sys v0.0.0-20211102192858-4dd72447c267
-       golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
-       lukechampine.com/blake3 v1.1.6
+       go.cypherpunks.ru/recfile v0.5.0
+       golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
+       golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
+       golang.org/x/sys v0.0.0-20220829200755-d48e67d00261
+       golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
+       gvisor.dev/gvisor v0.0.0-20220901235040-6ca97ef2ce1c
+       lukechampine.com/blake3 v1.1.7
 )
 
-go 1.13
+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.1.1 // indirect
+       golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
+)
+
+go 1.17