Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump google.golang.org/grpc from 1.57.0 to 1.57.1 #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
staticcheck -go 1.20 ./...
- name: Run Tests
run: |
bash -e
set -e
go test -v ./...
shell: bash
35 changes: 23 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Qiniu gocloud.dev blob driver
# Qiniu Go Cloud Development Kit (Go CDK) Driver

七牛 kodoblob 为 [gocloud.dev](https://gocloud.dev/) 提供了驱动,可以通过使用 [blob](https://gocloud.dev/blob) 包对七牛 Bucket 中的 Blob 进行读写,列举或删除。
===============

[![LICENSE](https://img.shields.io/github/license/qiniu/go-cdk-driver.svg)](https://github.com/qiniu/go-cdk-driver/blob/main/LICENSE)
[![Build Status](https://github.com/qiniu/go-cdk-driver/workflows/tests/badge.svg)](https://github.com/qiniu/go-cdk-driver/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/qiniu/go-cdk-driver)](https://goreportcard.com/report/github.com/qiniu/go-cdk-driver)
[![GitHub release](https://img.shields.io/github/v/tag/qiniu/go-cdk-driver.svg?label=release)](https://github.com/qiniu/go-cdk-driver/releases)
[![codecov](https://codecov.io/gh/qiniu/go-cdk-driver/branch/main/graph/badge.svg)](https://codecov.io/gh/qiniu/go-cdk-driver)
[![GoDoc](https://godoc.org/github.com/qiniu/go-cdk-driver/kodoblob?status.svg)](https://godoc.org/github.com/qiniu/go-cdk-driver/kodoblob)

[![Qiniu Logo](http://open.qiniudn.com/logo.png)](http://qiniu.com/)

Qiniu Go CDK Driver 为 [gocloud.dev](https://gocloud.dev/) 提供了 kodoblob 驱动,可以通过使用 [blob](https://gocloud.dev/blob) 包对七牛 Bucket 中的 Blob 进行读写,列举或删除。

## 代码案例

Expand All @@ -14,7 +25,7 @@ import (
"fmt"
"os"

_ "github.com/bachue/go-cloud-dev-qiniu-driver/kodoblob"
_ "github.com/qiniu/go-cdk-driver/kodoblob"
"gocloud.dev/blob"
)

Expand Down Expand Up @@ -60,7 +71,7 @@ import (
"fmt"
"os"

_ "github.com/bachue/go-cloud-dev-qiniu-driver/kodoblob"
_ "github.com/qiniu/go-cdk-driver/kodoblob"
"gocloud.dev/blob"
)

Expand Down Expand Up @@ -94,7 +105,7 @@ import (
"fmt"
"os"

_ "github.com/bachue/go-cloud-dev-qiniu-driver/kodoblob"
_ "github.com/qiniu/go-cdk-driver/kodoblob"
"gocloud.dev/blob"
)

Expand Down Expand Up @@ -129,7 +140,7 @@ import (
"fmt"
"os"

_ "github.com/bachue/go-cloud-dev-qiniu-driver/kodoblob"
_ "github.com/qiniu/go-cdk-driver/kodoblob"
"gocloud.dev/blob"
)

Expand Down Expand Up @@ -162,7 +173,7 @@ import (
"fmt"
"os"

_ "github.com/bachue/go-cloud-dev-qiniu-driver/kodoblob"
_ "github.com/qiniu/go-cdk-driver/kodoblob"
"gocloud.dev/blob"
)

Expand All @@ -183,18 +194,18 @@ func main() {

## 贡献记录

- [所有贡献者](https://github.com/bachue/go-cloud-dev-qiniu-driver/contributors)
- [所有贡献者](https://github.com/qiniu/go-cdk-driver/contributors)

## 联系我们

- 如果需要帮助,请提交工单(在portal右侧点击咨询和建议提交工单,或者直接向 [email protected] 发送邮件)
- 如果有什么问题,可以到问答社区提问,[问答社区](http://qiniu.segmentfault.com/)
- 更详细的文档,见[官方文档站](http://developer.qiniu.com/)
- 如果发现了bug, 欢迎提交 [issue](https://github.com/bachue/go-cloud-dev-qiniu-driver/issues)
- 如果有功能需求,欢迎提交 [issue](https://github.com/bachue/go-cloud-dev-qiniu-driver/issues)
- 如果要提交代码,欢迎提交 [pull request](https://github.com/bachue/go-cloud-dev-qiniu-driver/pulls)
- 如果发现了bug, 欢迎提交 [issue](https://github.com/qiniu/go-cdk-driver/issues)
- 如果有功能需求,欢迎提交 [issue](https://github.com/qiniu/go-cdk-driver/issues)
- 如果要提交代码,欢迎提交 [pull request](https://github.com/qiniu/go-cdk-driver/pulls)
- 欢迎关注我们的[微信](http://www.qiniu.com/#weixin) [微博](http://weibo.com/qiniutek),及时获取动态信息。

## 代码许可

The Apache License v2.0. 详情见 [License 文件](https://github.com/bachue/go-cloud-dev-qiniu-driver/blob/master/LICENSE).
The Apache License v2.0. 详情见 [License 文件](https://github.com/qiniu/go-cdk-driver/blob/main/LICENSE).
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/bachue/go-cloud-dev-qiniu-driver
module github.com/qiniu/go-cdk-driver

go 1.21

Expand Down Expand Up @@ -26,7 +26,7 @@ require (
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.134.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230731193218-e0aa005b6bdf // indirect
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/grpc v1.57.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyac
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
google.golang.org/grpc v1.57.0 h1:kfzNeI/klCGD2YPMUlaGNT3pxvYfga7smW3Vth8Zsiw=
google.golang.org/grpc v1.57.0/go.mod h1:Sd+9RMTACXwmub0zcNY2c4arhtrbBYD1AUHI/dt16Mo=
google.golang.org/grpc v1.57.1 h1:upNTNqv0ES+2ZOOqACwVtS3Il8M12/+Hz41RCPzAjQg=
google.golang.org/grpc v1.57.1/go.mod h1:Sd+9RMTACXwmub0zcNY2c4arhtrbBYD1AUHI/dt16Mo=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
Expand Down
2 changes: 1 addition & 1 deletion kodoblob/kodoblob_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

_ "github.com/bachue/go-cloud-dev-qiniu-driver/kodoblob"
_ "github.com/qiniu/go-cdk-driver/kodoblob"
"gocloud.dev/blob"
)

Expand Down
Loading