aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-26 09:21:00 -0700
committerGitHub <noreply@github.com>2024-08-26 09:21:00 -0700
commitadbfff4f77cbd8a3260b21f290c7daee047149cc (patch)
treee385ed491cc6b77ffb78ebd8a62210240dec1330 /go.mod
parenta528346cbe3cc78e73a03778e734e71a6667ae75 (diff)
downloadseaweedfs-adbfff4f77cbd8a3260b21f290c7daee047149cc.tar.xz
seaweedfs-adbfff4f77cbd8a3260b21f290c7daee047149cc.zip
chore(deps): bump google.golang.org/api from 0.192.0 to 0.194.0 (#5941)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.192.0 to 0.194.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.192.0...v0.194.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 8304a566f..4e4bffef9 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/seaweedfs/seaweedfs
go 1.22.0
require (
- cloud.google.com/go v0.115.0 // indirect
+ cloud.google.com/go v0.115.1 // indirect
cloud.google.com/go/pubsub v1.41.0
cloud.google.com/go/storage v1.43.0
github.com/Azure/azure-pipeline-go v0.2.3
@@ -111,8 +111,8 @@ require (
golang.org/x/text v0.17.0 // indirect
golang.org/x/tools v0.24.0
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
- google.golang.org/api v0.192.0
- google.golang.org/genproto v0.0.0-20240812133136-8ffd90a71988 // indirect
+ google.golang.org/api v0.194.0
+ google.golang.org/genproto v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
gopkg.in/inf.v0 v0.9.1 // indirect
@@ -159,7 +159,7 @@ require (
)
require (
- cloud.google.com/go/auth v0.8.1 // indirect
+ cloud.google.com/go/auth v0.9.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
cloud.google.com/go/compute/metadata v0.5.0 // indirect
cloud.google.com/go/iam v1.1.13 // indirect
@@ -327,7 +327,7 @@ require (
golang.org/x/term v0.23.0 // indirect
golang.org/x/time v0.6.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240812133136-8ffd90a71988 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240812133136-8ffd90a71988 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/validator.v2 v2.0.1 // indirect