diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-05-23 11:09:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-23 11:09:27 -0700 |
| commit | 730011ad3ccc08e97fc6634b8c2b7843f0798535 (patch) | |
| tree | 2d8f5100b624d9386f9e8b1b99e14ab5a45ab02c /go.mod | |
| parent | 00b46f5777fb0c47c78c4b38fb615c32a17a4b18 (diff) | |
| parent | efbf5ac9007a61e5ee6ee964cff3096a0e867d5c (diff) | |
| download | seaweedfs-730011ad3ccc08e97fc6634b8c2b7843f0798535.tar.xz seaweedfs-730011ad3ccc08e97fc6634b8c2b7843f0798535.zip | |
Merge pull request #3093 from chrislusf/dependabot/go_modules/cloud.google.com/go/storage-1.22.1
Bump cloud.google.com/go/storage from 1.22.0 to 1.22.1
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ go 1.18 require ( cloud.google.com/go v0.100.2 // indirect cloud.google.com/go/pubsub v1.21.1 - cloud.google.com/go/storage v1.22.0 + cloud.google.com/go/storage v1.22.1 github.com/Azure/azure-pipeline-go v0.2.3 github.com/Azure/azure-storage-blob-go v0.15.0 github.com/OneOfOne/xxhash v1.2.8 @@ -132,7 +132,7 @@ require ( golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect google.golang.org/api v0.79.0 google.golang.org/appengine v1.6.7 // indirect - google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3 // indirect + google.golang.org/genproto v0.0.0-20220518221133-4f43b3371335 // indirect google.golang.org/grpc v1.46.0 google.golang.org/protobuf v1.28.0 gopkg.in/inf.v0 v0.9.1 // indirect |
