feat: the upload handler for AliYun OSS is ready

This commit is contained in:
RockYang
2023-09-22 09:56:45 +08:00
parent 9cbe36d4c6
commit 7b4730271d
10 changed files with 170 additions and 57 deletions

View File

@@ -21,6 +21,7 @@ require (
)
require (
github.com/aliyun/aliyun-oss-go-sdk v2.2.9+incompatible // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/bytedance/sonic v1.9.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
@@ -63,6 +64,7 @@ require (
golang.org/x/net v0.14.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.10.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect