feat: add MoPan driver (close #4325 in #4659)

Co-authored-by: Andy Hsu <i@nn.ci>
This commit is contained in:
foxxorcat
2023-06-28 14:53:43 +08:00
committed by GitHub
parent e9c74f9959
commit c518f59528
7 changed files with 396 additions and 0 deletions

1
go.mod
View File

@ -14,6 +14,7 @@ require (
github.com/deckarep/golang-set/v2 v2.3.0
github.com/disintegration/imaging v1.6.2
github.com/dustinxie/ecc v0.0.0-20210511000915-959544187564
github.com/foxxorcat/mopan-sdk-go v0.1.0
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