Skip to content
Snippets Groups Projects
Commit 8d81a53e authored by Jake Taylor's avatar Jake Taylor
Browse files

add ekv to makefile

parent 966e730b
No related branches found
No related tags found
3 merge requests!510Release,!207WIP: Client Restructure,!203Symmetric broadcast
......@@ -23,6 +23,7 @@ update_release:
GOFLAGS="" go get gitlab.com/elixxir/crypto@release
GOFLAGS="" go get gitlab.com/xx_network/comms@release
GOFLAGS="" go get gitlab.com/elixxir/comms@release
GOFLAGS="" go get gitlab.com/elixxir/ekv@master
update_master:
GOFLAGS="" go get gitlab.com/xx_network/primitives@master
......@@ -31,6 +32,7 @@ update_master:
GOFLAGS="" go get gitlab.com/elixxir/crypto@master
GOFLAGS="" go get gitlab.com/xx_network/comms@master
GOFLAGS="" go get gitlab.com/elixxir/comms@master
GOFLAGS="" go get gitlab.com/elixxir/ekv@master
master: update_master clean build version
......
......@@ -13,9 +13,9 @@ require (
github.com/spf13/viper v1.7.1
gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228
gitlab.com/elixxir/comms v0.0.4-0.20220323190139-9ed75f3a8b2c
gitlab.com/elixxir/crypto v0.0.7-0.20220415172207-7de5e3cdb340
gitlab.com/elixxir/ekv v0.1.6
gitlab.com/elixxir/primitives v0.0.3-0.20220330212736-cce83b5f948f
gitlab.com/elixxir/crypto v0.0.7-0.20220414225314-6f3eb9c073a5
gitlab.com/elixxir/ekv v0.1.7
gitlab.com/elixxir/primitives v0.0.3-0.20220323183834-b98f255361b8
gitlab.com/xx_network/comms v0.0.4-0.20220315161313-76acb14429ac
gitlab.com/xx_network/crypto v0.0.5-0.20220317171841-084640957d71
gitlab.com/xx_network/primitives v0.0.4-0.20220324193139-b292d1ae6e7e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment