feat: add weiyun support (close #4802 in #4883)

Co-authored-by: Andy Hsu <i@nn.ci>
This commit is contained in:
foxxorcat
2023-08-02 21:39:59 +08:00
committed by GitHub
parent 355fc576b1
commit 3e285aaec4
6 changed files with 452 additions and 0 deletions

1
go.mod
View File

@ -17,6 +17,7 @@ require (
github.com/disintegration/imaging v1.6.2
github.com/dustinxie/ecc v0.0.0-20210511000915-959544187564
github.com/foxxorcat/mopan-sdk-go v0.1.1
github.com/foxxorcat/weiyun-sdk-go v0.1.1
github.com/gin-contrib/cors v1.4.0
github.com/gin-gonic/gin v1.9.1
github.com/go-resty/resty/v2 v2.7.0