chore: add alipay sdk
This commit is contained in:
+5
-7
@@ -6,19 +6,15 @@ require (
|
||||
github.com/gin-gonic/gin v1.8.1
|
||||
github.com/go-redis/redis/v9 v9.0.0-rc.1
|
||||
github.com/golang-jwt/jwt/v4 v4.4.2
|
||||
github.com/smartwalle/alipay/v3 v3.1.8
|
||||
github.com/spf13/viper v1.13.0
|
||||
gorm.io/driver/mysql v1.4.3
|
||||
gorm.io/gorm v1.24.1
|
||||
)
|
||||
|
||||
require github.com/smartwalle/crypto4go v1.0.2 // indirect
|
||||
|
||||
require (
|
||||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
||||
github.com/gin-gonic/gin v1.8.1
|
||||
github.com/go-redis/redis/v9 v9.0.0-rc.1
|
||||
github.com/golang-jwt/jwt/v4 v4.4.2
|
||||
github.com/spf13/viper v1.13.0
|
||||
gorm.io/driver/mysql v1.4.3
|
||||
gorm.io/gorm v1.24.1
|
||||
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
||||
@@ -40,6 +36,7 @@ require (
|
||||
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||||
github.com/pelletier/go-toml v1.9.5 // indirect
|
||||
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
|
||||
github.com/smartwalle/xid v1.0.6
|
||||
github.com/spf13/afero v1.8.2 // indirect
|
||||
github.com/spf13/cast v1.5.0 // indirect
|
||||
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
||||
@@ -51,6 +48,7 @@ require (
|
||||
golang.org/x/sys v0.1.0 // indirect
|
||||
golang.org/x/text v0.4.0 // indirect
|
||||
google.golang.org/protobuf v1.28.1 // indirect
|
||||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
||||
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user