cleanup: rename package and vendor dependencies for old go versions
Fixes #8 and begins to address deployability.
This commit is contained in:
@@ -13,8 +13,8 @@ import (
|
||||
zmq "github.com/pebbe/zmq4"
|
||||
"github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/gtank/ctxd/parser"
|
||||
"github.com/gtank/ctxd/storage"
|
||||
"github.com/zcash-hackworks/lightwalletd/parser"
|
||||
"github.com/zcash-hackworks/lightwalletd/storage"
|
||||
)
|
||||
|
||||
var log *logrus.Entry
|
||||
|
||||
@@ -15,8 +15,8 @@ import (
|
||||
"google.golang.org/grpc/peer"
|
||||
"google.golang.org/grpc/reflection"
|
||||
|
||||
"github.com/gtank/ctxd/frontend"
|
||||
"github.com/gtank/ctxd/rpc"
|
||||
"github.com/zcash-hackworks/lightwalletd/frontend"
|
||||
"github.com/zcash-hackworks/lightwalletd/rpc"
|
||||
)
|
||||
|
||||
var log *logrus.Entry
|
||||
|
||||
Reference in New Issue
Block a user