Switch to new subrepo import paths.

This commit is contained in:
Josh Rickmar 2014-12-11 10:08:34 -05:00
parent 24dcd206d2
commit e5ccefae56
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ import (
"sync" "sync"
"time" "time"
"code.google.com/p/go.crypto/ripemd160" "golang.org/x/crypto/ripemd160"
"github.com/conformal/btcec" "github.com/conformal/btcec"
"github.com/conformal/btcnet" "github.com/conformal/btcnet"

View file

@ -7,8 +7,8 @@ import (
"errors" "errors"
"io" "io"
"code.google.com/p/go.crypto/nacl/secretbox" "golang.org/x/crypto/nacl/secretbox"
"code.google.com/p/go.crypto/scrypt" "golang.org/x/crypto/scrypt"
"github.com/conformal/fastsha256" "github.com/conformal/fastsha256"
) )