Skip to content

Commit

Permalink
fix(deps): update module cloud.google.com/go/language to v1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 14, 2024
1 parent 25ba315 commit b6f4138
Show file tree
Hide file tree
Showing 2 changed files with 2,036 additions and 7 deletions.
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ 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
cloud.google.com/go v0.112.0
cloud.google.com/go/bigquery v1.59.1
cloud.google.com/go/language v1.12.4
dmitri.shuralyov.com/gpu/mtl v0.0.0-20201218220906-28db891af037 // indirect
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
Expand All @@ -17,7 +17,6 @@ require (
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
golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f // indirect
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9
)
Loading

0 comments on commit b6f4138

Please sign in to comment.