This repository has been archived by the owner on Oct 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
go.mod
44 lines (42 loc) · 1.85 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/umbracle/minimal
go 1.12
require (
github.com/AndreasBriese/bbloom v0.0.0-20180913140656-343706a395b7 // indirect
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da
github.com/boltdb/bolt v1.3.1
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32
github.com/buaazp/fasthttprouter v0.1.1
github.com/deckarep/golang-set v1.7.1
github.com/dgraph-io/badger v1.5.5-0.20190226225317-8115aed38f8f
github.com/dgryski/go-farm v0.0.0-20190104051053-3adb47b1fb0f // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/edsrzf/mmap-go v1.0.0
github.com/ferranbt/go-kademlia-bucket v0.2.1-0.20190612080044-d5ef9cf1cf01
github.com/ferranbt/periodic-dispatcher v0.0.0-20181108165813-15a0c0298473
github.com/gobuffalo/packr v1.25.0
github.com/golang/snappy v0.0.1
github.com/google/gops v0.3.6
github.com/hashicorp/consul/api v1.0.1
github.com/hashicorp/go-hclog v0.9.2
github.com/hashicorp/go-immutable-radix v1.0.0
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/golang-lru v0.5.1
github.com/hashicorp/hcl v1.0.0
github.com/imdario/mergo v0.3.7
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.2.0
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
github.com/mitchellh/mapstructure v1.1.2
github.com/prometheus/client_golang v0.9.2
github.com/ryanuber/columnize v2.1.0+incompatible
github.com/spf13/cobra v0.0.3
github.com/stretchr/testify v1.3.0
github.com/syndtr/goleveldb v1.0.0
github.com/umbracle/ecies v0.0.0-20190516151710-4bface869a50
github.com/umbracle/fastrlp v0.0.0-20191017143648-86584926e68c
github.com/umbracle/go-eth-bn256 v0.0.0-20190607160430-b36caf4e0f6b
github.com/valyala/fasthttp v1.2.0
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
)