]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/go.mod
Replace golang.org/x/ssh/terminal with golang.org/x/term
[nncp.git] / src / go.mod
index a195d28c6ec93a4d69fdf25856b489dc26ded4d1..87b515254dac832e8a0bce8a738b98b053f16c21 100644 (file)
@@ -1,15 +1,19 @@
-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.4
+       github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
+       go.cypherpunks.ru/balloon v1.1.1
+       golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
+       golang.org/x/net v0.0.0-20201224014010-6772e930b67b
+       golang.org/x/sys v0.0.0-20210105210732-16f7687f5001
+       golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
+       gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
 )
+
+go 1.10