quorum/cmd/geth
Péter Szilágyi 289b30715d Godeps, vendor: convert dependency management to trash (#3198)
This commit converts the dependency management from Godeps to the vendor
folder, also switching the tool from godep to trash. Since the upstream tool
lacks a few features proposed via a few PRs, until those PRs are merged in
(if), use github.com/karalabe/trash.

You can update dependencies via trash --update.

All dependencies have been updated to their latest version.

Parts of the build system are reworked to drop old notions of Godeps and
invocation of the go vet command so that it doesn't run against the vendor
folder, as that will just blow up during vetting.

The conversion drops OpenCL (and hence GPU mining support) from ethash and our
codebase. The short reasoning is that there's noone to maintain and having
opencl libs in our deps messes up builds as go install ./... tries to build
them, failing with unsatisfied link errors for the C OpenCL deps.

golang.org/x/net/context is not vendored in. We expect it to be fetched by the
user (i.e. using go get). To keep ci.go builds reproducible the package is
"vendored" in build/_vendor.
2016-10-28 19:05:01 +02:00
..
testdata cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
accountcmd.go cmd/evm, cmd/geth, cmd/utils: move version handling to cmd/utils 2016-09-05 13:24:11 +02:00
accountcmd_test.go cmd/geth: add recovery procedure for AmbiguousAddrError 2016-04-12 15:59:18 +02:00
chaincmd.go cmd/geth, code, eth/downloader: tune import logs and mem stats 2016-10-21 12:23:39 +03:00
consolecmd.go node: ensure datadir can be co-inhabited by different instances 2016-09-16 15:24:31 +02:00
consolecmd_test.go cmd/evm, cmd/geth, cmd/utils: move version handling to cmd/utils 2016-09-05 13:24:11 +02:00
dao_test.go node: ensure datadir can be co-inhabited by different instances 2016-09-16 15:24:31 +02:00
genesis_test.go cmd/geth: fix port clash in genesis test 2016-09-05 13:24:11 +02:00
info_test.json fix solc tests unskip 2015-05-20 02:47:13 +01:00
library.c Makefile, cmd/geth: assemble ios xcode frameworks 2015-12-08 18:05:43 +02:00
library.go Makefile, cmd/geth: assemble ios xcode frameworks 2015-12-08 18:05:43 +02:00
library_android.go Makefile, cmd/geth: support building Android archives 2015-12-14 14:28:14 +02:00
main.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
monitorcmd.go node: ensure datadir can be co-inhabited by different instances 2016-09-16 15:24:31 +02:00
run_test.go cmd: fix CLI package deprecation warnings 2016-06-10 11:23:00 +03:00
usage.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00