-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 837 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
module github.com/evry-ace/statsbot
go 1.15
require (
cloud.google.com/go v0.100.2
cloud.google.com/go/bigquery v1.29.0
cloud.google.com/go/iam v0.3.0 // indirect
cloud.google.com/go/language v1.2.0
github.com/bobbytables/slacker v0.0.0-20160121193732-0a05912e400e
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/joho/godotenv v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/pkg/errors v0.9.1 // indirect
github.com/sdming/gosnow v0.0.0-20130403030620-3a05c415e886 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/slack-go/slack v0.10.2
github.com/spf13/viper v1.10.1
golang.org/x/exp v0.0.0-20201221025956-e89b829e73ea // indirect
google.golang.org/genproto v0.0.0-20220307174427-659dce7fcb03
honnef.co/go/tools v0.1.0 // indirect
)