Switch to new subrepo import paths.
This commit is contained in:
parent
24dcd206d2
commit
e5ccefae56
2 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"code.google.com/p/go.crypto/ripemd160"
|
||||
"golang.org/x/crypto/ripemd160"
|
||||
|
||||
"github.com/conformal/btcec"
|
||||
"github.com/conformal/btcnet"
|
||||
|
|
|
@ -7,8 +7,8 @@ import (
|
|||
"errors"
|
||||
"io"
|
||||
|
||||
"code.google.com/p/go.crypto/nacl/secretbox"
|
||||
"code.google.com/p/go.crypto/scrypt"
|
||||
"golang.org/x/crypto/nacl/secretbox"
|
||||
"golang.org/x/crypto/scrypt"
|
||||
|
||||
"github.com/conformal/fastsha256"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue