X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=src%2Fgo.mod;h=9933940c33a96fa394a4043385974afa319435b5;hp=221b1eb4808b5aa3295e0fa2a6cb9dceef860ae7;hb=6a7abf90c3ac2ccf5b9e29818d8507bad4326b33;hpb=284db1303dc4993a95d6f6ba3da5ea522af275b0 diff --git a/src/go.mod b/src/go.mod index 221b1eb..9933940 100644 --- a/src/go.mod +++ b/src/go.mod @@ -8,15 +8,15 @@ require ( github.com/fsnotify/fsnotify v1.5.1 github.com/gologme/log v1.3.0 github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 - github.com/hjson/hjson-go v3.1.0+incompatible - github.com/klauspost/compress v1.14.4 + github.com/hjson/hjson-go v3.3.0+incompatible + github.com/klauspost/compress v1.15.9 github.com/yggdrasil-network/yggdrasil-go v0.4.2 go.cypherpunks.ru/balloon v1.1.1 - go.cypherpunks.ru/recfile v0.4.3 - golang.org/x/crypto v0.0.0-20220214200702-86341886e292 - golang.org/x/net v0.0.0-20220225172249-27dd8689420f - golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 - golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 + go.cypherpunks.ru/recfile v0.5.0 + golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 + golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b + golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 + golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 gvisor.dev/gvisor v0.0.0-20220901235040-6ca97ef2ce1c lukechampine.com/blake3 v1.1.7 ) @@ -24,7 +24,7 @@ require ( require ( github.com/Arceliar/phony v0.0.0-20210209235338-dde1a8dca979 // indirect github.com/google/btree v1.0.1 // indirect - github.com/klauspost/cpuid/v2 v2.0.11 // indirect + github.com/klauspost/cpuid/v2 v2.1.1 // indirect golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect )