forked from wakiyamap/monad
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
6 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 |
---|---|---|
@@ -1,18 +1,20 @@ | ||
module github.com/monasuite/monad | ||
|
||
require ( | ||
github.com/bitgoin/lyra2rev2 v0.0.0-20161212102046-bae9ad2043bb | ||
github.com/aead/siphash v1.0.1 // indirect | ||
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f | ||
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd | ||
github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8 // indirect | ||
github.com/btcsuite/goleveldb v1.0.0 | ||
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 | ||
github.com/btcsuite/winsvc v1.0.0 | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/jessevdk/go-flags v1.4.0 | ||
github.com/jrick/logrotate v1.0.0 | ||
github.com/kkdai/bstream v1.0.0 // indirect | ||
github.com/monasuite/monautil v0.0.0-20190606162653-90b266792864 | ||
github.com/wakiyamap/monad v0.0.0-20190506050331-00ef2fc6ccc4 // indirect | ||
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc | ||
github.com/wakiyamap/lyra2rev2 v0.1.2 | ||
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 | ||
) | ||
|
||
go 1.12 |
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