Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 2082c05

Browse files
fix(deps): update module cloud.google.com/go/language to v1.13.0
1 parent 25ba315 commit 2082c05

File tree

2 files changed

+2565
-7
lines changed

2 files changed

+2565
-7
lines changed

go.mod

+6-7
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module github.com/evry-ace/statsbot
33
go 1.15
44

55
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.115.0
7+
cloud.google.com/go/bigquery v1.61.0
8+
cloud.google.com/go/language v1.13.0
9+
dmitri.shuralyov.com/gpu/mtl v0.0.0-20201218220906-28db891af037 // indirect
1010
github.com/bobbytables/slacker v0.0.0-20160121193732-0a05912e400e
1111
github.com/gorilla/websocket v1.4.2 // indirect
1212
github.com/hashicorp/golang-lru v0.5.4 // indirect
@@ -17,7 +17,6 @@ require (
1717
github.com/sirupsen/logrus v1.8.1
1818
github.com/slack-go/slack v0.10.2
1919
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
20+
golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f // indirect
21+
google.golang.org/genproto v0.0.0-20240722135656-d784300faade
2322
)

0 commit comments

Comments
 (0)