diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-15 09:55:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 09:55:37 -0700 |
| commit | 45cde7b5ea4aa0b5e1614a3791ba5c2d2a4b17a4 (patch) | |
| tree | 05dd1d675f32813c3dff0573166b45baa946ec54 /go.mod | |
| parent | 4fd152853471c12d518e2419b4973d588f241679 (diff) | |
| download | seaweedfs-45cde7b5ea4aa0b5e1614a3791ba5c2d2a4b17a4.tar.xz seaweedfs-45cde7b5ea4aa0b5e1614a3791ba5c2d2a4b17a4.zip | |
chore(deps): bump cloud.google.com/go/pubsub from 1.39.0 to 1.40.0 (#5786)
Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.39.0 to 1.40.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.39.0...pubsub/v1.40.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.22.0 require ( cloud.google.com/go v0.115.0 // indirect - cloud.google.com/go/pubsub v1.39.0 + cloud.google.com/go/pubsub v1.40.0 cloud.google.com/go/storage v1.42.0 github.com/Azure/azure-pipeline-go v0.2.3 github.com/Azure/azure-storage-blob-go v0.15.0 |
