Skip to content

Commit

Permalink
Switch to new subrepo import paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Dec 11, 2014
1 parent 24dcd20 commit e5ccefa
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keystore/keystore.go
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions snacl/snacl.go
Original file line number Diff line number Diff line change
@@ -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"
)

0 comments on commit e5ccefa

Please sign in to comment.