Update go-flags import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 00:56:49 -06:00
parent fc6a10c563
commit 8975c0c459
8 changed files with 8 additions and 8 deletions

View file

@ -17,11 +17,11 @@ import (
"time"
"github.com/btcsuite/btcutil"
flags "github.com/btcsuite/go-flags"
"github.com/conformal/btcdb"
_ "github.com/conformal/btcdb/ldb"
_ "github.com/conformal/btcdb/memdb"
"github.com/conformal/btcwire"
flags "github.com/conformal/go-flags"
socks "github.com/conformal/go-socks"
)

View file

@ -10,11 +10,11 @@ import (
"path/filepath"
"github.com/btcsuite/btcutil"
flags "github.com/btcsuite/go-flags"
"github.com/conformal/btcdb"
_ "github.com/conformal/btcdb/ldb"
"github.com/conformal/btcnet"
"github.com/conformal/btcwire"
flags "github.com/conformal/go-flags"
)
const (

View file

@ -11,9 +11,9 @@ import (
"strconv"
"github.com/btcsuite/btcutil"
flags "github.com/btcsuite/go-flags"
"github.com/conformal/btcjson"
"github.com/conformal/btcws"
flags "github.com/conformal/go-flags"
"github.com/davecgh/go-spew/spew"
)

View file

@ -8,7 +8,7 @@ import (
"strings"
"github.com/btcsuite/btcutil"
flags "github.com/conformal/go-flags"
flags "github.com/btcsuite/go-flags"
)
var (

View file

@ -12,12 +12,12 @@ import (
"strconv"
"github.com/btcsuite/btcutil"
flags "github.com/btcsuite/go-flags"
"github.com/conformal/btcdb"
_ "github.com/conformal/btcdb/ldb"
"github.com/conformal/btclog"
"github.com/conformal/btcnet"
"github.com/conformal/btcwire"
flags "github.com/conformal/go-flags"
)
type ShaHash btcwire.ShaHash

View file

@ -10,11 +10,11 @@ import (
"path/filepath"
"github.com/btcsuite/btcutil"
flags "github.com/btcsuite/go-flags"
"github.com/conformal/btcdb"
_ "github.com/conformal/btcdb/ldb"
"github.com/conformal/btcnet"
"github.com/conformal/btcwire"
flags "github.com/conformal/go-flags"
)
const (

View file

@ -13,7 +13,7 @@ import (
"time"
"github.com/btcsuite/btcutil"
flags "github.com/conformal/go-flags"
flags "github.com/btcsuite/go-flags"
)
type config struct {

View file

@ -14,12 +14,12 @@ import (
"strconv"
"github.com/btcsuite/btcutil"
flags "github.com/btcsuite/go-flags"
"github.com/conformal/btcdb"
_ "github.com/conformal/btcdb/ldb"
"github.com/conformal/btclog"
"github.com/conformal/btcnet"
"github.com/conformal/btcwire"
flags "github.com/conformal/go-flags"
"github.com/davecgh/go-spew/spew"
)