Godeps <- golang.org/x/crypto/nacl etc

This commit is contained in:
Jae Kwon
2015-07-15 14:56:52 -07:00
parent 44c950d96b
commit 9ef79e59bb
34 changed files with 7950 additions and 5 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ import (
"sync"
"time"
"golang.org/x/crypto/nacl/box"
"golang.org/x/crypto/nacl/secretbox"
"golang.org/x/crypto/ripemd160"
"github.com/tendermint/tendermint/Godeps/_workspace/src/golang.org/x/crypto/nacl/box"
"github.com/tendermint/tendermint/Godeps/_workspace/src/golang.org/x/crypto/nacl/secretbox"
"github.com/tendermint/tendermint/Godeps/_workspace/src/golang.org/x/crypto/ripemd160"
acm "github.com/tendermint/tendermint/account"
bm "github.com/tendermint/tendermint/binary"