aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-21 18:04:36 +0000
committerGitHub <noreply@github.com>2022-03-21 18:04:36 +0000
commitac9f12c82664be38be90937dc95dbf26588317ed (patch)
tree8b541e23e30d268ee794d4d463a40b30151d4af1 /go.mod
parenta644b7236a49bacff74b601ec1adc8015dd9af59 (diff)
downloadseaweedfs-ac9f12c82664be38be90937dc95dbf26588317ed.tar.xz
seaweedfs-ac9f12c82664be38be90937dc95dbf26588317ed.zip
Bump cloud.google.com/go/pubsub from 1.3.1 to 1.19.0
Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.3.1 to 1.19.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.3.1...pubsub/v1.19.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 8 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 634b74752..1a2fc296d 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,8 @@ module github.com/chrislusf/seaweedfs
go 1.18
require (
- cloud.google.com/go v0.94.1 // indirect
- cloud.google.com/go/pubsub v1.16.0
+ cloud.google.com/go v0.100.2 // indirect
+ cloud.google.com/go/pubsub v1.19.0
cloud.google.com/go/storage v1.16.1
github.com/Azure/azure-pipeline-go v0.2.3
github.com/Azure/azure-storage-blob-go v0.14.0
@@ -47,10 +47,10 @@ require (
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.0.0
- github.com/google/go-cmp v0.5.6 // indirect
+ github.com/google/go-cmp v0.5.7 // indirect
github.com/google/uuid v1.3.0
github.com/google/wire v0.5.0 // indirect
- github.com/googleapis/gax-go/v2 v2.1.0 // indirect
+ github.com/googleapis/gax-go/v2 v2.1.1 // indirect
github.com/gorilla/mux v1.7.4
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
@@ -131,12 +131,12 @@ require (
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
- golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
- google.golang.org/api v0.57.0
+ google.golang.org/api v0.70.0
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e // indirect
google.golang.org/grpc v1.45.0
@@ -165,7 +165,8 @@ require (
)
require (
- cloud.google.com/go/kms v1.0.0 // indirect
+ cloud.google.com/go/compute v1.3.0 // indirect
+ cloud.google.com/go/iam v0.1.0 // indirect
github.com/DataDog/zstd v1.3.6-0.20190409195224-796139022798 // indirect
github.com/aws/aws-sdk-go-v2 v1.9.0 // indirect
github.com/aws/aws-sdk-go-v2/config v1.7.0 // indirect