This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree 2 files changed +1038
-8
lines changed
2 files changed +1038
-8
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ module github.com/evry-ace/statsbot
3
3
go 1.15
4
4
5
5
require (
6
- cloud.google.com/go v0.100.2
7
- cloud.google.com/go/bigquery v1.29 .0
8
- cloud.google.com/go/iam v0.3.0 // indirect
9
- cloud.google .com/go/language v1.2.0
6
+ cloud.google.com/go v0.110.0
7
+ cloud.google.com/go/bigquery v1.50 .0
8
+ cloud.google.com/go/language v1.9.0
9
+ dmitri.shuralyov .com/gpu/mtl v0.0.0-20201218220906-28db891af037 // indirect
10
10
github.com/bobbytables/slacker v0.0.0-20160121193732-0a05912e400e
11
11
github.com/gorilla/websocket v1.4.2 // indirect
12
12
github.com/hashicorp/golang-lru v0.5.4 // indirect
@@ -16,8 +16,7 @@ require (
16
16
github.com/sdming/gosnow v0.0.0-20130403030620-3a05c415e886 // indirect
17
17
github.com/sirupsen/logrus v1.8.1
18
18
github.com/slack-go/slack v0.10.2
19
- github.com/spf13/viper v1.10.1
20
- golang.org/x/exp v0.0.0-20201221025956-e89b829e73ea // indirect
21
- google.golang.org/genproto v0.0.0-20220307174427-659dce7fcb03
22
- honnef.co/go/tools v0.1.0 // indirect
19
+ github.com/spf13/viper v1.16.0
20
+ golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f // indirect
21
+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
23
22
)
You can’t perform that action at this time.
0 commit comments