mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-27 19:37:08 +00:00
godep
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
package binary
|
||||
|
||||
import (
|
||||
"github.com/tendermint/log15"
|
||||
"github.com/tendermint/tendermint/Godeps/_workspace/src/github.com/tendermint/log15"
|
||||
"github.com/tendermint/tendermint/logger"
|
||||
)
|
||||
|
||||
|
||||
+1
-1
@@ -2,8 +2,8 @@ package binary
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"code.google.com/p/go.crypto/ripemd160"
|
||||
"crypto/sha256"
|
||||
"github.com/tendermint/tendermint/Godeps/_workspace/src/code.google.com/p/go.crypto/ripemd160"
|
||||
)
|
||||
|
||||
func BinaryBytes(o interface{}) []byte {
|
||||
|
||||
Reference in New Issue
Block a user