-
- Downloads
Add utility for signing id file
.gitignore
0 → 100644
cmd/root.go
0 → 100644
go.mod
0 → 100644
module git.xx.network/elixxir/skip-nodes | |||
go 1.16 | |||
require ( | |||
github.com/spf13/cobra v1.1.1 | |||
github.com/spf13/jwalterweatherman v1.1.0 | |||
github.com/spf13/viper v1.7.1 | |||
gitlab.com/elixxir/client v1.5.1-0.20211203181813-15551e15dc15 | |||
gitlab.com/xx_network/comms v0.0.4-0.20211201234554-509121aa9654 | |||
gitlab.com/xx_network/crypto v0.0.5-0.20211014163843-57b345890686 | |||
gitlab.com/xx_network/primitives v0.0.4-0.20211202185112-d6318fbb533c | |||
) |
go.sum
0 → 100644
This diff is collapsed.
main.go
0 → 100644
Please register or sign in to comment