You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
2.2 KiB
48 lines
2.2 KiB
module hudongzhuanjia
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/360EntSecGroup-Skylar/excelize/v2 v2.0.1
|
|
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
|
|
github.com/aws/aws-sdk-go v1.33.1 // indirect
|
|
github.com/chanxuehong/wechat v0.0.0-20200409104612-0a1fd76d7a3a
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
github.com/go-errors/errors v1.1.1 // indirect
|
|
github.com/go-redis/redis v6.15.8+incompatible // indirect
|
|
github.com/go-stack/stack v1.8.0
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/iGoogle-ink/gopay/v2 v2.0.5
|
|
github.com/importcjj/sensitive v0.0.0-20200106142752-42d1c505be7b
|
|
github.com/jinzhu/gorm v1.9.14 // indirect
|
|
github.com/kirinlabs/HttpRequest v1.0.5
|
|
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
|
|
github.com/ouxuanserver/osmanthuswine v0.0.0-20190916032555-480efadf4941
|
|
github.com/panjf2000/ants v4.0.2+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/swaggo/http-swagger v0.0.0-20190614090009-c2865af9083e // indirect
|
|
github.com/swaggo/swag v1.6.3 // indirect
|
|
github.com/tealeg/xlsx v1.0.5 // indirect
|
|
github.com/tencentyun/cos-go-sdk-v5 v0.7.7
|
|
github.com/tencentyun/tls-sig-api-v2-golang v1.0.0
|
|
github.com/xormplus/builder v0.0.0-20200331055651-240ff40009be // indirect
|
|
github.com/xormplus/core v0.0.0-20200308074340-f3bce19d5f31 // indirect
|
|
github.com/xormplus/xorm v0.0.0-20200529061552-7d0d26c6f81c
|
|
go.uber.org/atomic v1.6.0
|
|
go.uber.org/zap v1.15.0
|
|
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
xorm.io/core v0.7.3 // indirect
|
|
xorm.io/xorm v1.0.1 // indirect
|
|
)
|