aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/Godeps.json
Commit message (Collapse)AuthorAgeFilesLines
* updated ethashobscuren2015-03-201-2/+2
|
* updated godep ethashobscuren2015-03-161-2/+2
|
* Updated ethashobscuren2015-03-141-2/+2
|
* Godeps: bump github.com/codegangsta/cliFelix Lange2015-03-101-2/+2
|
* updated ethashobscuren2015-03-081-2/+2
|
* Merge pull request #433 from fjl/newcliFelix Lange2015-03-061-4/+9
|\ | | | | Improved CLI
| * Godeps: add github.com/peterh/linerFelix Lange2015-03-061-0/+4
| |
| * cmd/ethereum: improve command line interfaceFelix Lange2015-03-061-0/+5
| | | | | | | | | | | | | | | | | | | | The ethereum command line interface is now structured using subcommands. These separate the different tasks it can perform. Almost all flag names are backwards compatible. The key tasks have not been ported to subcommands since they will be replaced by the new accounts infrastructure very soon.
| * Godeps: delete golang.org/x/net/websocketFelix Lange2015-03-061-4/+0
| | | | | | | | It is no longer imported by any package in our tree.
* | Godeps: bump github.com/ethereum/ethashFelix Lange2015-03-061-2/+2
|/ | | | This fixes the build.
* Introducing ethashMatthew Wampler-Doty2015-03-031-0/+5
|
* Update godepsTaylor Gerring2015-02-261-6/+5
|
* p2p/nat: switch to github.com/huin/goupnpFelix Lange2015-02-171-4/+4
| | | | My temporary fix was merged upstream.
* crypto: switch to golang.org/x/cryptoFelix Lange2015-02-171-15/+8
| | | | | code.google.com/p/go.crypto is deprecated and will cause problems in future versions of Go.
* rpc/ws: switch to golang.org/x/netFelix Lange2015-02-171-5/+4
| | | | | code.google.com/p/go.net is deprecated and will cause problems in future versions of Go.
* p2p: fix ecies dependency in testsFelix Lange2015-02-171-5/+1
| | | | | We forgot to update this reference when moving ecies into the go-ethereum repo.
* Update obscuren/qml revisionTaylor Gerring2015-02-171-1/+1
|
* Add versioned dependencies from godepTaylor Gerring2015-02-161-0/+130