]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/go.mod
Merge branch 'develop'
[nncp.git] / src / go.mod
index 4c5f5be1e5b8758c136f45f89b79ce6ca2776db3..a663314a0174bc8218a68ed8d08d29b8a86f561c 100644 (file)
@@ -1,31 +1,43 @@
 module go.cypherpunks.ru/nncp/v8
 
 require (
-       github.com/Arceliar/ironwood v0.0.0-20221115123222-ec61cea2f439
+       github.com/Arceliar/ironwood v0.0.0-20231028101932-ceac99571f43
        github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892
        github.com/dustin/go-humanize v1.0.1
        github.com/flynn/noise v1.0.0
-       github.com/fsnotify/fsnotify v1.6.0
+       github.com/fsnotify/fsnotify v1.7.0
        github.com/gologme/log v1.3.0
        github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
-       github.com/hjson/hjson-go v3.3.0+incompatible
-       github.com/klauspost/compress v1.16.7
-       github.com/yggdrasil-network/yggdrasil-go v0.4.7
+       github.com/hjson/hjson-go/v4 v4.3.1
+       github.com/klauspost/compress v1.17.2
+       github.com/yggdrasil-network/yggdrasil-go v0.5.1
        go.cypherpunks.ru/balloon v1.1.1
        go.cypherpunks.ru/recfile v0.7.0
-       golang.org/x/crypto v0.12.0
-       golang.org/x/net v0.10.0
-       golang.org/x/sys v0.11.0
-       golang.org/x/term v0.11.0
+       golang.org/x/crypto v0.14.0
+       golang.org/x/net v0.17.0
+       golang.org/x/sys v0.13.0
+       golang.org/x/term v0.13.0
        gvisor.dev/gvisor v0.0.0-20230428223346-f33f75cda699
        lukechampine.com/blake3 v1.2.1
 )
 
 require (
-       github.com/Arceliar/phony v0.0.0-20210209235338-dde1a8dca979 // indirect
+       github.com/Arceliar/phony v0.0.0-20220903101357-530938a4b13d // indirect
+       github.com/bits-and-blooms/bitset v1.5.0 // indirect
+       github.com/bits-and-blooms/bloom/v3 v3.3.1 // indirect
+       github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
        github.com/google/btree v1.0.1 // indirect
+       github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
        github.com/klauspost/cpuid/v2 v2.2.5 // indirect
+       github.com/onsi/ginkgo/v2 v2.9.5 // indirect
+       github.com/quic-go/qtls-go1-20 v0.3.4 // indirect
+       github.com/quic-go/quic-go v0.39.3 // indirect
+       go.uber.org/mock v0.3.0 // indirect
+       golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
+       golang.org/x/mod v0.13.0 // indirect
+       golang.org/x/text v0.13.0 // indirect
        golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
+       golang.org/x/tools v0.14.0 // indirect
 )
 
-go 1.17
+go 1.20