-  
 - Downloads
 
Merge branch 'Velma/project' into 'release'
Velma/project See merge request !473
  No related branches found   
  No related tags found   
Showing         
- go.mod 8 additions, 4 deletionsgo.mod
 - go.sum 19 additions, 23 deletionsgo.sum
 - storage/conversation/partner.go 19 additions, 6 deletionsstorage/conversation/partner.go
 - storage/conversation/partner_test.go 23 additions, 0 deletionsstorage/conversation/partner_test.go
 - storage/conversation/store.go 28 additions, 3 deletionsstorage/conversation/store.go
 - storage/conversation/store_test.go 37 additions, 0 deletionsstorage/conversation/store_test.go
 
| ... | ... | @@ -18,14 +18,18 @@ require ( | 
| github.com/spf13/pflag v1.0.5 // indirect | ||
| github.com/spf13/viper v1.7.1 | ||
| gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228 | ||
| gitlab.com/elixxir/comms v0.0.4-0.20201125010058-1bd873622e92 | ||
| gitlab.com/elixxir/crypto v0.0.5-0.20201125005724-bcc603df02d3 | ||
| gitlab.com/elixxir/comms v0.0.4-0.20201215214310-78b71bb2bee0 | ||
| gitlab.com/elixxir/crypto v0.0.6 | ||
| gitlab.com/elixxir/ekv v0.1.3 | ||
| gitlab.com/elixxir/primitives v0.0.3-0.20201116174806-97f190989704 | ||
| gitlab.com/xx_network/comms v0.0.4-0.20201119231004-a67d08045535 | ||
| gitlab.com/xx_network/crypto v0.0.5-0.20201124194022-366c10b1bce0 | ||
| gitlab.com/xx_network/comms v0.0.4-0.20201215221519-b4c92324b090 | ||
| gitlab.com/xx_network/crypto v0.0.5-0.20201209162436-bc2308a94174 | ||
| gitlab.com/xx_network/primitives v0.0.3-0.20201116234927-44e42fc91e7c | ||
| golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 | ||
| golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect | ||
| golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect | ||
| google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4 // indirect | ||
| google.golang.org/grpc v1.33.2 // indirect | ||
| google.golang.org/protobuf v1.25.0 | ||
| gopkg.in/ini.v1 v1.61.0 // indirect | ||
| ) | ||
| ... | ... | 
Please sign in to comment