-
- Downloads
implemented json addition to backup needs tests+bindings
parent
a5a09467
No related branches found
No related tags found
backup/jsonStorage.go
0 → 100644
... | @@ -13,7 +13,7 @@ require ( | ... | @@ -13,7 +13,7 @@ require ( |
github.com/spf13/viper v1.7.1 | github.com/spf13/viper v1.7.1 | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228 | gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228 | ||
gitlab.com/elixxir/comms v0.0.4-0.20220308183624-c2183e687a03 | gitlab.com/elixxir/comms v0.0.4-0.20220308183624-c2183e687a03 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20220222221347-95c7ae58da6b | gitlab.com/elixxir/crypto v0.0.7-0.20220308234138-3b0743539e7d | ||
gitlab.com/elixxir/ekv v0.1.6 | gitlab.com/elixxir/ekv v0.1.6 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20220222212109-d412a6e46623 | gitlab.com/elixxir/primitives v0.0.3-0.20220222212109-d412a6e46623 | ||
gitlab.com/xx_network/comms v0.0.4-0.20220223205228-7c4974139569 | gitlab.com/xx_network/comms v0.0.4-0.20220223205228-7c4974139569 | ||
... | ... |
Please register or sign in to comment