]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/go.mod
Note that minimal required version of Go is 1.12
[nncp.git] / src / go.mod
index 0ce4d58da9f425d8140f115e5ed64080822525a7..56c8b2c6d9931b5eae432dc14fcf14868090e253 100644 (file)
@@ -5,11 +5,15 @@ require (
        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/hjson/hjson-go v3.0.1+incompatible
-       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
+       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.12