aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-13 10:01:12 -0700
committerGitHub <noreply@github.com>2023-03-13 10:01:12 -0700
commit4d3a485992fd24b5248a3422eb1bea13298ad77e (patch)
treec31e5d356c5e66edcd58aa63a56d14cb3500d8e1 /go.mod
parentb1cdea35036ea9665d6e143ebae22453e2ae8192 (diff)
downloadseaweedfs-4d3a485992fd24b5248a3422eb1bea13298ad77e.tar.xz
seaweedfs-4d3a485992fd24b5248a3422eb1bea13298ad77e.zip
build(deps): bump google.golang.org/api from 0.111.0 to 0.112.0 (#4302)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.111.0 to 0.112.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.111.0...v0.112.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.mod16
1 files changed, 8 insertions, 8 deletions
diff --git a/go.mod b/go.mod
index 5e8b30f56..14b40588b 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/seaweedfs/seaweedfs
go 1.20
require (
- cloud.google.com/go v0.109.0 // indirect
+ cloud.google.com/go v0.110.0 // indirect
cloud.google.com/go/pubsub v1.28.0
cloud.google.com/go/storage v1.29.0
github.com/Azure/azure-pipeline-go v0.2.3
@@ -114,15 +114,15 @@ require (
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/exp v0.0.0-20230124195608-d38c7dcee874
golang.org/x/image v0.5.0
- golang.org/x/net v0.7.0
- golang.org/x/oauth2 v0.5.0 // indirect
+ golang.org/x/net v0.8.0
+ golang.org/x/oauth2 v0.6.0 // indirect
golang.org/x/sys v0.6.0
- golang.org/x/text v0.7.0 // indirect
+ golang.org/x/text v0.8.0 // indirect
golang.org/x/tools v0.6.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
- google.golang.org/api v0.111.0
+ google.golang.org/api v0.112.0
google.golang.org/appengine v1.6.7 // indirect
- google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 // indirect
+ google.golang.org/genproto v0.0.0-20230303212802-e74f57abe488 // indirect
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
gopkg.in/inf.v0 v0.9.1 // indirect
@@ -158,7 +158,7 @@ require (
require (
cloud.google.com/go/compute v1.18.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
- cloud.google.com/go/iam v0.11.0 // indirect
+ cloud.google.com/go/iam v0.12.0 // indirect
github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e // indirect
github.com/aws/aws-sdk-go-v2 v1.17.4 // indirect
github.com/aws/aws-sdk-go-v2/config v1.18.12 // indirect
@@ -232,7 +232,7 @@ require (
go.uber.org/zap v1.24.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
- golang.org/x/term v0.5.0 // indirect
+ golang.org/x/term v0.6.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect