diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-07-25 08:23:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-25 08:23:23 -0700 |
| commit | bfbb9fffa27281bd5588d1264e1487422e5781e1 (patch) | |
| tree | f10fbb1663985f507df2f9fa6830e64f6e93ed3d /go.mod | |
| parent | 068b4401fe055a7456b8dea4c7b1c16e4314b333 (diff) | |
| parent | c5244c49a8d04baf44142c71643d7b1af906f0c0 (diff) | |
| download | seaweedfs-bfbb9fffa27281bd5588d1264e1487422e5781e1.tar.xz seaweedfs-bfbb9fffa27281bd5588d1264e1487422e5781e1.zip | |
Merge pull request #3360 from chrislusf/dependabot/go_modules/cloud.google.com/go/storage-1.24.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,7 +5,7 @@ go 1.18 require ( cloud.google.com/go v0.102.1 // indirect cloud.google.com/go/pubsub v1.23.1 - cloud.google.com/go/storage v1.23.0 + cloud.google.com/go/storage v1.24.0 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 @@ -184,7 +184,6 @@ require ( github.com/fclairamb/go-log v0.3.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect - github.com/googleapis/go-type-adapters v1.0.0 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect github.com/hashicorp/go-hclog v1.2.0 // indirect github.com/hashicorp/go-immutable-radix v1.3.1 // indirect |
