aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-24 11:25:42 -0800
committerGitHub <noreply@github.com>2025-02-24 11:25:42 -0800
commit2dc26a064c1c568ecda6d8c3cb53c24ccbb3aaea (patch)
tree70e110b7edc991b4c7f9834a52bb038243030aa8 /go.mod
parente6c4fc255064158b818b029dac11b68fd491cf2a (diff)
downloadseaweedfs-2dc26a064c1c568ecda6d8c3cb53c24ccbb3aaea.tar.xz
seaweedfs-2dc26a064c1c568ecda6d8c3cb53c24ccbb3aaea.zip
chore(deps): bump google.golang.org/api from 0.221.0 to 0.222.0 (#6570)
* chore(deps): bump google.golang.org/api from 0.221.0 to 0.222.0 Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.221.0 to 0.222.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.221.0...v0.222.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> * go mod tidy --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 5412b3782..bc2b5fa2c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,8 @@
module github.com/seaweedfs/seaweedfs
-go 1.23
+go 1.23.0
-toolchain go1.23.3
+toolchain go1.23.5
require (
cloud.google.com/go v0.118.1 // indirect
@@ -113,7 +113,7 @@ require (
golang.org/x/text v0.22.0 // indirect
golang.org/x/tools v0.30.0
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
- google.golang.org/api v0.221.0
+ google.golang.org/api v0.222.0
google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4 // indirect
google.golang.org/grpc v1.70.0
google.golang.org/protobuf v1.36.5
@@ -353,7 +353,7 @@ require (
golang.org/x/term v0.29.0 // indirect
golang.org/x/time v0.10.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250212204824-5a70512c5d8b // 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