-
- Downloads
Add a `getndf` subcommand to client
cmd/getndf.go
0 → 100644
... | ... | @@ -3,7 +3,6 @@ module gitlab.com/elixxir/client |
go 1.13 | ||
require ( | ||
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect | ||
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 | ||
github.com/golang/protobuf v1.4.3 | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | ||
... | ... | @@ -17,11 +16,9 @@ require ( |
github.com/spf13/cobra v1.1.1 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/viper v1.7.1 | ||
github.com/ugorji/go v1.1.4 // indirect | ||
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228 | ||
gitlab.com/elixxir/comms v0.0.4-0.20210125231706-c782d1f645ea | ||
gitlab.com/elixxir/crypto v0.0.7-0.20210125231257-b52a556be893 | ||
gitlab.com/elixxir/comms v0.0.4-0.20210129201143-e9ffafea7e19 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20210128232700-0d547d16aff5 | ||
gitlab.com/elixxir/ekv v0.1.4 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20210126180712-bfbfb725c75a | ||
gitlab.com/xx_network/comms v0.0.4-0.20210121204701-7a1eb0542424 | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment