forked from MemeLabs/overrustlelogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (26 loc) · 1.07 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
module github.com/MemeLabs/overrustlelogs
go 1.12
require (
cloud.google.com/go v0.56.0 // indirect
cloud.google.com/go/bigquery v1.5.0
github.com/BurntSushi/toml v0.3.1
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
github.com/CloudyKit/jet v2.1.2+incompatible
github.com/actgardner/gogen-avro v6.5.0+incompatible
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58
github.com/datadog/zstd v1.4.4
github.com/fatih/color v1.7.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/golang-lru v0.5.4
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/pkg/profile v1.4.0
github.com/sirupsen/logrus v1.5.0
golang.org/x/tools v0.0.0-20200401192744-099440627f01 // indirect
google.golang.org/api v0.20.0
google.golang.org/genproto v0.0.0-20200401122417-09ab7b7031d2 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
)