You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[QingStor Object Storage](https://www.qingcloud.com/products/objectstorage/) services support for [go-storage](https://github.com/aos-dev/go-storage)
7
+
[QingStor Object Storage](https://www.qingcloud.com/products/objectstorage/) services support for [go-storage](https://github.com/beyondstorage/go-storage)
8
8
9
9
## Install
10
10
11
11
```go
12
-
go get github.com/aos-dev/go-service-qingstor/v2
12
+
go get github.com/beyondstorage/go-service-qingstor/v3
Copy file name to clipboardExpand all lines: doc.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@ Package qingstor provided support for qingstor object storage (https://www.qingc
4
4
package qingstor
5
5
6
6
//go:generate go run github.com/golang/mock/mockgen -package qingstor -destination mock_test.go github.com/qingstor/qingstor-sdk-go/v4/interface Service,Bucket
7
-
//go:generate go run -tags tools github.com/aos-dev/go-storage/v3/cmd/definitions service.toml
7
+
//go:generate go run -tags tools github.com/beyondstorage/go-storage/v4/cmd/definitions service.toml
0 commit comments