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

Commit 19a66c2

Browse files
fix(deps): update module cloud.google.com/go/language to v1.9.0
1 parent 25ba315 commit 19a66c2

File tree

2 files changed

+473
-5
lines changed

2 files changed

+473
-5
lines changed

go.mod

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ 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.107.0
7+
cloud.google.com/go/bigquery v1.43.0
8+
cloud.google.com/go/language v1.9.0
109
github.com/bobbytables/slacker v0.0.0-20160121193732-0a05912e400e
1110
github.com/gorilla/websocket v1.4.2 // indirect
1211
github.com/hashicorp/golang-lru v0.5.4 // indirect
@@ -18,6 +17,6 @@ require (
1817
github.com/slack-go/slack v0.10.2
1918
github.com/spf13/viper v1.10.1
2019
golang.org/x/exp v0.0.0-20201221025956-e89b829e73ea // indirect
21-
google.golang.org/genproto v0.0.0-20220307174427-659dce7fcb03
20+
google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c
2221
honnef.co/go/tools v0.1.0 // indirect
2322
)

0 commit comments

Comments
 (0)