-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.25 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
module github.com/dfuse-io/doh
go 1.12
require (
cloud.google.com/go v0.51.0
cloud.google.com/go/bigtable v1.2.0
contrib.go.opencensus.io/exporter/stackdriver v0.13.1 // indirect
github.com/abourget/viperbind v0.1.0
github.com/coreos/etcd v3.3.12+incompatible
github.com/dfuse-io/bstream v0.0.0-20200407175946-02835b21c627
github.com/dfuse-io/dbin v0.0.0-20200406215642-ec7f22e794eb
github.com/dfuse-io/dstore v0.0.0-20200407173215-10b5ced43022
github.com/dfuse-io/jsonpb v0.0.0-20200406211248-c5cf83f0e0c0
github.com/dfuse-io/kvdb v0.0.0-20200407191956-e3308ad697fc
github.com/dustin/go-humanize v1.0.0
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.3.5
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/klauspost/compress v1.10.2
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
github.com/tcnksm/go-gitconfig v0.1.2
github.com/tidwall/sjson v1.0.4
go.opencensus.io v0.22.3 // indirect
go.uber.org/zap v1.14.1 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/tools v0.0.0-20200409210453-700752c24408 // indirect
google.golang.org/api v0.15.0
gopkg.in/src-d/go-git.v4 v4.13.1
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)