2020-07-13 20:33:20 +08:00
|
|
|
module ferry
|
|
|
|
|
2021-08-25 21:45:06 +08:00
|
|
|
go 1.16
|
2020-07-13 20:33:20 +08:00
|
|
|
|
|
|
|
require (
|
2020-07-15 01:40:56 +08:00
|
|
|
github.com/RichardKnop/machinery v1.8.8
|
2020-07-13 20:33:20 +08:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
|
|
github.com/casbin/casbin/v2 v2.2.1
|
|
|
|
github.com/casbin/gorm-adapter/v2 v2.0.3
|
2021-07-27 15:49:38 +08:00
|
|
|
github.com/gin-gonic/gin v1.7.0
|
2020-07-13 20:33:20 +08:00
|
|
|
github.com/go-kit/kit v0.8.0
|
2020-08-15 23:39:00 +08:00
|
|
|
github.com/go-ldap/ldap/v3 v3.2.3
|
2020-07-13 20:33:20 +08:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
|
|
github.com/go-openapi/spec v0.19.7 // indirect
|
|
|
|
github.com/go-openapi/swag v0.19.8 // indirect
|
2020-07-15 01:40:56 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2021-08-03 23:18:01 +08:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
2020-07-13 20:33:20 +08:00
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/jinzhu/gorm v1.9.10
|
|
|
|
github.com/mailru/easyjson v0.7.1 // indirect
|
|
|
|
github.com/mojocn/base64Captcha v1.3.1
|
|
|
|
github.com/mssola/user_agent v0.5.1
|
2020-07-15 01:40:56 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-07-13 20:33:20 +08:00
|
|
|
github.com/robfig/cron/v3 v3.0.0
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
2020-11-13 23:35:30 +08:00
|
|
|
github.com/shirou/gopsutil v2.20.3+incompatible
|
2020-07-13 20:33:20 +08:00
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/viper v1.6.2
|
|
|
|
github.com/swaggo/gin-swagger v1.2.0
|
|
|
|
github.com/swaggo/swag v1.6.5
|
|
|
|
github.com/unrolled/secure v1.0.8
|
2020-08-15 23:34:37 +08:00
|
|
|
go.uber.org/zap v1.10.0
|
2020-07-15 01:40:56 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2020-08-18 00:53:02 +08:00
|
|
|
golang.org/x/text v0.3.3
|
2020-07-25 14:20:15 +08:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2020-07-13 20:33:20 +08:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2020-07-25 14:20:15 +08:00
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
2020-08-15 23:34:37 +08:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-07-13 20:33:20 +08:00
|
|
|
)
|