forked from decred/dcrd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request decred#1355 from cfromknecht/tidy-go-mod
build: tidy go modules
- Loading branch information
Showing
2 changed files
with
33 additions
and
3 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,17 +1,19 @@ | ||
module github.com/btcsuite/btcd | ||
|
||
require ( | ||
github.com/aead/siphash v1.0.1 | ||
github.com/aead/siphash v1.0.1 // indirect | ||
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f | ||
github.com/btcsuite/btcutil v0.0.0-20180706230648-ab6388e0c60a | ||
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd | ||
github.com/btcsuite/goleveldb v0.0.0-20160330041536-7834afc9e8cd | ||
github.com/btcsuite/snappy-go v0.0.0-20151229074030-0bdef8d06723 | ||
github.com/btcsuite/snappy-go v0.0.0-20151229074030-0bdef8d06723 // indirect | ||
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 | ||
github.com/btcsuite/winsvc v1.0.0 | ||
github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495 | ||
github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89 | ||
github.com/jrick/logrotate v1.0.0 | ||
github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23 | ||
github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23 // indirect | ||
github.com/onsi/ginkgo v1.7.0 // indirect | ||
github.com/onsi/gomega v1.4.3 // indirect | ||
golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44 | ||
) |
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