26 lines
945 B
Modula-2
26 lines
945 B
Modula-2
|
module cutego
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||
|
github.com/druidcaesa/gotool v0.0.0-20210722000450-b972ac6f3771
|
||
|
github.com/gin-gonic/gin v1.7.3
|
||
|
github.com/go-sql-driver/mysql v1.6.0
|
||
|
github.com/go-xorm/xorm v0.7.9
|
||
|
github.com/gomodule/redigo v1.8.5
|
||
|
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 // indirect
|
||
|
github.com/gorilla/websocket v1.5.0
|
||
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
||
|
github.com/kr/pretty v0.3.0 // indirect
|
||
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
||
|
github.com/lestrrat-go/strftime v1.0.5 // indirect
|
||
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
||
|
github.com/robfig/cron v1.2.0 // indirect
|
||
|
github.com/sirupsen/logrus v1.8.1
|
||
|
github.com/xuri/excelize/v2 v2.4.1
|
||
|
github.com/yinheli/mahonia v0.0.0-20131226213531-0eef680515cc // indirect
|
||
|
github.com/yinheli/qqwry v0.0.0-20160229183603-f50680010f4a
|
||
|
gopkg.in/yaml.v2 v2.2.8
|
||
|
)
|