]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/go.mod
recfile log format
[nncp.git] / src / go.mod
index 77ef98aab6641a0370b6594f84eea52eccf7982b..2742c743a2a912b3f9b1e86b6062d1703dda8d5e 100644 (file)
@@ -4,14 +4,17 @@ 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/google/go-cmp v0.3.1 // indirect
        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
-       go.cypherpunks.ru/balloon v1.1.0
-       golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
-       golang.org/x/net v0.0.0-20191112182307-2180aed22343
-       golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056
-       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
+       go.cypherpunks.ru/recfile v0.4.3
+       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