-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Glide package manager could automatic download the dependency package what we need in this project, the third party package will be remove from the project now to keep the code clean and tidy. All the later compile need run "glide up" when download the code at the first time Signed-off-by: Yanbo Li <[email protected]>
- Loading branch information
1 parent
c8bb3c5
commit 4c55459
Showing
7 changed files
with
45 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ GoOnchain.iml | |
*.orig | ||
*.rej | ||
Log | ||
vendor/* | ||
Chain/* | ||
/core/*/*_test.go | ||
/core/*/*/*_test.go | ||
/config/* | ||
/config/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package: GoOnchain | ||
import: | ||
- package: github.com/golang/crypto | ||
subpackages: | ||
- ripemd160 | ||
- package: github.com/syndtr/goleveldb | ||
subpackages: | ||
- leveldb | ||
- leveldb/errors | ||
- leveldb/iterator | ||
- leveldb/opt | ||
- package: github.com/tv42/base58 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters