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

Commit 5950f8c

Browse files
fix(deps): update module github.com/spf13/viper to v1.17.0
1 parent 25ba315 commit 5950f8c

File tree

2 files changed

+1356
-8
lines changed

2 files changed

+1356
-8
lines changed

go.mod

+7-8
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.110.7
7+
cloud.google.com/go/bigquery v1.53.0
8+
cloud.google.com/go/language v1.10.1
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
@@ -16,8 +16,7 @@ require (
1616
github.com/sdming/gosnow v0.0.0-20130403030620-3a05c415e886 // indirect
1717
github.com/sirupsen/logrus v1.8.1
1818
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.17.0
20+
golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f // indirect
21+
google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb
2322
)

0 commit comments

Comments
 (0)