mirror of
https://github.com/arnaucube/go-dvote.git
synced 2026-02-28 05:26:46 +01:00
@@ -6,7 +6,7 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
censusmanager "github.com/vocdoni/dvote-relay/service/census"
|
||||
censusmanager "github.com/vocdoni/go-dvote/service/census"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -11,8 +11,8 @@ import (
|
||||
// "net/http"
|
||||
// "bytes"
|
||||
// "io/ioutil"
|
||||
"github.com/vocdoni/dvote-relay/types"
|
||||
"github.com/vocdoni/dvote-relay/net"
|
||||
"github.com/vocdoni/go-dvote/types"
|
||||
"github.com/vocdoni/go-dvote/net"
|
||||
)
|
||||
|
||||
func makeBallot() string {
|
||||
|
||||
@@ -7,10 +7,10 @@ import (
|
||||
"bytes"
|
||||
"os"
|
||||
"flag"
|
||||
"github.com/vocdoni/dvote-relay/batch"
|
||||
"github.com/vocdoni/dvote-relay/net"
|
||||
"github.com/vocdoni/dvote-relay/db"
|
||||
"github.com/vocdoni/dvote-relay/data"
|
||||
"github.com/vocdoni/go-dvote/batch"
|
||||
"github.com/vocdoni/go-dvote/net"
|
||||
"github.com/vocdoni/go-dvote/db"
|
||||
"github.com/vocdoni/go-dvote/data"
|
||||
)
|
||||
|
||||
var dbPath = "~/.dvote/relay.db"
|
||||
|
||||
Reference in New Issue
Block a user