diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-09 15:24:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-09 15:24:06 +0000 |
| commit | 008dc19cbdd2fbb91e18192afb6cf8a787cfb6cc (patch) | |
| tree | d71688b0cf24cc5cbee68b06d5aac9d46c3fe546 /go.mod | |
| parent | 5082ed71761c5a39d57ee67d4f6c7fa5920d5cf0 (diff) | |
| download | seaweedfs-008dc19cbdd2fbb91e18192afb6cf8a787cfb6cc.tar.xz seaweedfs-008dc19cbdd2fbb91e18192afb6cf8a787cfb6cc.zip | |
Bump cloud.google.com/go/pubsub from 1.21.0 to 1.21.1
Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.21.0 to 1.21.1.
- [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.21.0...pubsub/v1.21.1)
---
updated-dependencies:
- dependency-name: cloud.google.com/go/pubsub
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ go 1.18 require ( cloud.google.com/go v0.100.2 // indirect - cloud.google.com/go/pubsub v1.21.0 + cloud.google.com/go/pubsub v1.21.1 cloud.google.com/go/storage v1.22.0 github.com/Azure/azure-pipeline-go v0.2.3 github.com/Azure/azure-storage-blob-go v0.14.0 @@ -155,6 +155,8 @@ require ( github.com/hanwen/go-fuse/v2 v2.1.0 github.com/hashicorp/raft v1.3.9 github.com/hashicorp/raft-boltdb v0.0.0-20220329195025-15018e9b97e0 + github.com/ydb-platform/ydb-go-sdk-auth-environ v0.1.0 + github.com/ydb-platform/ydb-go-sdk/v3 v3.24.2 ) require ( @@ -205,8 +207,6 @@ require ( github.com/tinylib/msgp v1.1.6 // indirect github.com/yandex-cloud/go-genproto v0.0.0-20211115083454-9ca41db5ed9e // indirect github.com/ydb-platform/ydb-go-genproto v0.0.0-20220203104745-929cf9c248bc // indirect - github.com/ydb-platform/ydb-go-sdk-auth-environ v0.1.0 // indirect - github.com/ydb-platform/ydb-go-sdk/v3 v3.24.2 // indirect github.com/ydb-platform/ydb-go-yc v0.6.1 // indirect github.com/ydb-platform/ydb-go-yc-metadata v0.0.9 // indirect go.etcd.io/etcd/api/v3 v3.5.4 // indirect |
