-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathgo.mod
24 lines (22 loc) · 840 Bytes
/
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
module github.com/MemeLabs/overrustlelogs
go 1.16
require (
cloud.google.com/go/bigquery v1.17.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/DataDog/zstd v1.4.8
github.com/actgardner/gogen-avro v6.5.0+incompatible
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58
github.com/fatih/color v1.10.0 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/golang-lru v0.5.4
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/pkg/profile v1.5.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0 // indirect
google.golang.org/api v0.44.0
gopkg.in/cheggaaa/pb.v1 v1.0.28
)