]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/go.mod
fsnotify usage
[nncp.git] / src / go.mod
index 5267dd24bf8deb235d09e9643fa098a14c4ecaf3..bce0675e164308c90d23441f81b30e8e6b3e5422 100644 (file)
@@ -4,6 +4,7 @@ require (
        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/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
        github.com/hjson/hjson-go v3.1.0+incompatible
        github.com/klauspost/compress v1.13.1
@@ -11,7 +12,7 @@ require (
        go.cypherpunks.ru/recfile v0.4.3
        golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
        golang.org/x/net v0.0.0-20210614182718-04defd469f4e
-       golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
+       golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf
        golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
        lukechampine.com/blake3 v1.1.5
 )