mirror of
https://gitlab.52pay.top/go/easygoadmin.git
synced 2025-09-26 19:33:29 +08:00
41 lines
1.7 KiB
Modula-2
41 lines
1.7 KiB
Modula-2
module gitlab.52pay.top/go/easygoadmin
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.4.1
|
|
github.com/denisenkom/go-mssqldb v0.10.0 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
|
|
github.com/gin-contrib/multitemplate v0.0.0-20211002122701-e9e3201b87a0
|
|
github.com/gin-contrib/sessions v0.0.4
|
|
github.com/gin-gonic/gin v1.8.1
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/go-xorm/xorm v0.7.9
|
|
github.com/gogf/gf v1.16.9
|
|
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
|
|
github.com/jonboulle/clockwork v0.1.0 // indirect
|
|
github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
|
|
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
|
|
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
|
|
github.com/lib/pq v1.10.5 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.8 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/mojocn/base64Captcha v1.2.2
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/spf13/afero v1.9.2
|
|
github.com/stretchr/testify v1.8.0 // indirect
|
|
github.com/tebeka/strftime v0.1.5 // indirect
|
|
github.com/toolkits/file v0.0.0-20160325033739-a5b3c5147e07
|
|
github.com/x-cray/logrus-prefixed-formatter v0.5.2
|
|
go.mongodb.org/mongo-driver v1.11.0 // indirect
|
|
go.opentelemetry.io/otel v1.8.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
xorm.io/builder v0.3.9 // indirect
|
|
xorm.io/core v0.7.3
|
|
)
|