X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=src%2Fgo.mod;h=c9efbb776d8f3f356f2eb37204269152edb7f6c5;hp=da11ba0ecff218ae7a7ef0e1d1352a9ba70c5e44;hb=e50957330b9a28419cb8ecb67a38b34e8ba845fd;hpb=f399d985b3fce5d74a00d232764368991efdbfee diff --git a/src/go.mod b/src/go.mod index da11ba0..c9efbb7 100644 --- a/src/go.mod +++ b/src/go.mod @@ -7,6 +7,7 @@ require ( github.com/flynn/noise v1.0.0 github.com/fsnotify/fsnotify v1.5.1 github.com/gologme/log v1.3.0 + github.com/google/btree v1.0.1 // indirect github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 github.com/hjson/hjson-go v3.1.0+incompatible github.com/klauspost/compress v1.13.6 @@ -17,7 +18,8 @@ require ( golang.org/x/net v0.0.0-20210614182718-04defd469f4e golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 - gvisor.dev/gvisor v0.0.0-20210306005637-a64c3a1b5a9f + golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect + inet.af/netstack v0.0.0-20211120045802-8aa80cf23d3c lukechampine.com/blake3 v1.1.6 )