-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgo.mod
56 lines (54 loc) · 2.4 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
45
46
47
48
49
50
51
52
53
54
55
56
module hybrid
go 1.15
require (
github.com/Workiva/go-datastructures v1.0.53 // indirect
github.com/adlio/schema v1.1.14 // indirect
github.com/allegro/bigcache v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20211115193401-1e4971faf436 // indirect
github.com/btcsuite/btcd v0.22.0-beta // indirect
github.com/confluentinc/confluent-kafka-go v1.7.0 // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/dgraph-io/badger v1.6.2
github.com/dgraph-io/badger/v3 v3.2103.2
github.com/ethereum/go-ethereum v1.8.23
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/go-kit/kit v0.12.0 // indirect
github.com/go-redis/redis/v8 v8.11.4
github.com/go-zookeeper/zk v1.0.2
github.com/golang/protobuf v1.5.2
github.com/golangci/golangci-lint v1.43.0 // indirect
github.com/google/orderedcode v0.0.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
github.com/hashicorp/raft v1.3.2
github.com/hashicorp/raft-boltdb v0.0.0-20210422161416-485fa74b0b01
github.com/json-iterator/go v1.1.12
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
github.com/mediocregopher/radix/v3 v3.8.0
github.com/mroth/weightedrand v0.4.1 // indirect
github.com/oasisprotocol/curve25519-voi v0.0.0-20210609091139-0a56a4bca00b // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/pkg/profile v1.2.1
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/rs/cors v1.8.0 // indirect
github.com/rs/zerolog v1.26.0 // indirect
github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa // indirect
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
github.com/tendermint/go-amino v0.16.0 // indirect
github.com/tendermint/tendermint v0.35.0
github.com/tendermint/tm-db v0.6.4 // indirect
github.com/vektra/mockery/v2 v2.9.4 // indirect
go.mongodb.org/mongo-driver v1.7.4
go.uber.org/atomic v1.9.0
golang.org/x/net v0.0.0-20211111160137-58aab5ef257a // indirect
golang.org/x/sys v0.0.0-20211111213525-f221eed1c01e // indirect
google.golang.org/genproto v0.0.0-20211111162719-482062a4217b // indirect
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/confluentinc/confluent-kafka-go.v1 v1.7.0
pgregory.net/rapid v0.4.7 // indirect
)