Change references to go-dvote

Signed-off-by: p4u <p4u@dabax.net>
This commit is contained in:
p4u
2019-02-12 13:16:47 +01:00
parent 7ab2ffd191
commit 5603b7b5b9
9 changed files with 18 additions and 18 deletions

View File

@@ -7,8 +7,8 @@ import (
"encoding/json"
"strings"
"github.com/vocdoni/dvote-relay/batch"
"github.com/vocdoni/dvote-relay/types"
"github.com/vocdoni/go-dvote/batch"
"github.com/vocdoni/go-dvote/types"
)
type HttpHandle struct {

View File

@@ -6,8 +6,8 @@ import (
"encoding/json"
shell "github.com/ipfs/go-ipfs-api"
"github.com/vocdoni/dvote-relay/batch"
"github.com/vocdoni/dvote-relay/types"
"github.com/vocdoni/go-dvote/batch"
"github.com/vocdoni/go-dvote/types"
)
type PubSubHandle struct {