]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/go.mod
Merge branch 'develop' into master
[nncp.git] / src / go.mod
index a195d28c6ec93a4d69fdf25856b489dc26ded4d1..7bfe83aedca1e20e99751de529f51c157cf8958e 100644 (file)
@@ -1,15 +1,18 @@
-module go.cypherpunks.ru/nncp/v4
+module go.cypherpunks.ru/nncp/v5
 
 require (
        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/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.1.0+incompatible
+       github.com/klauspost/compress v1.11.0
+       github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
+       go.cypherpunks.ru/balloon v1.1.1
+       golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
+       golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
+       golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d
+       gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
 )
+
+go 1.10