-
Notifications
You must be signed in to change notification settings - Fork 38
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
1 changed file
with
31 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
module github.com/sec-bit/zkPoD-node | ||
|
||
require ( | ||
github.com/allegro/bigcache v1.2.0 // indirect | ||
github.com/aristanetworks/goarista v0.0.0-20190607111240-52c2a7864a08 // indirect | ||
github.com/deckarep/golang-set v1.7.1 // indirect | ||
github.com/docker/docker v1.13.1 | ||
github.com/ethereum/go-ethereum v1.8.27 | ||
github.com/fjl/memsize v0.0.0-20180929194037-2a09253e352a // indirect | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/go-xorm/core v0.6.2 | ||
github.com/go-xorm/xorm v0.7.1 | ||
github.com/golang/snappy v0.0.1 | ||
github.com/huin/goupnp v1.0.0 | ||
github.com/jackpal/go-nat-pmp v1.0.1 | ||
github.com/julienschmidt/httprouter v1.2.0 | ||
github.com/karalabe/hid v1.0.0 // indirect | ||
github.com/mattn/go-colorable v0.1.2 // indirect | ||
github.com/mattn/go-sqlite3 v1.10.0 | ||
github.com/miguelmota/go-solidity-sha3 v0.1.0 | ||
github.com/opentracing/opentracing-go v1.1.0 | ||
github.com/pborman/uuid v1.2.0 // indirect | ||
github.com/rjeczalik/notify v0.9.2 // indirect | ||
github.com/rs/cors v1.6.0 // indirect | ||
github.com/syndtr/goleveldb v1.0.0 | ||
github.com/uber/jaeger-client-go v2.16.0+incompatible // indirect | ||
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect | ||
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 | ||
golang.org/x/net v0.0.0-20190607181551-461777fb6f67 | ||
gopkg.in/urfave/cli.v1 v1.20.0 // indirect | ||
) |