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.
131 lines
5.8 KiB
131 lines
5.8 KiB
module gin_server_admin
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.1.6+incompatible
|
|
github.com/casbin/casbin/v2 v2.11.0
|
|
github.com/casbin/gorm-adapter/v3 v3.0.2
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/flipped-aurora/ws v1.0.2
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-redis/redis/v8 v8.11.0
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/gookit/color v1.3.1
|
|
github.com/jordan-wright/email v0.0.0-20200824153738-3f5bafa1cd84
|
|
github.com/mitchellh/mapstructure v1.2.2
|
|
github.com/mojocn/base64Captcha v1.3.1
|
|
github.com/mozillazg/go-pinyin v0.19.0
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
github.com/qiniu/api.v7/v7 v7.4.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/shirou/gopsutil v3.21.9+incompatible
|
|
github.com/shopspring/decimal v1.2.0
|
|
github.com/songzhibin97/gkit v1.1.1
|
|
github.com/spf13/viper v1.7.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/swaggo/gin-swagger v1.3.0
|
|
github.com/swaggo/swag v1.7.0
|
|
github.com/tencentyun/cos-go-sdk-v5 v0.7.19
|
|
github.com/unrolled/render v1.4.0
|
|
github.com/unrolled/secure v1.0.7
|
|
github.com/xuri/excelize/v2 v2.4.1
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
gorm.io/driver/mysql v1.3.3
|
|
gorm.io/gorm v1.23.4
|
|
nhooyr.io/websocket v1.8.6
|
|
)
|
|
|
|
require (
|
|
github.com/Chain-Zhang/pinyin v0.1.3
|
|
github.com/flipped-aurora/gva-plugins v0.0.0-20220713105221-be91568fccd7
|
|
)
|
|
|
|
require (
|
|
github.com/flipped-aurora/gin-vue-admin/server v0.0.0-20210823151324-f5410430faf0 // indirect
|
|
github.com/lestrrat-go/file-rotatelogs v2.3.0+incompatible // indirect
|
|
github.com/lestrrat-go/strftime v1.0.3 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
|
|
github.com/KyleBanks/depth v1.2.1 // indirect
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/denisenkom/go-mssqldb v0.12.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/go-openapi/jsonreference v0.19.6 // indirect
|
|
github.com/go-openapi/spec v0.20.3 // indirect
|
|
github.com/go-openapi/swag v0.19.15 // indirect
|
|
github.com/go-playground/locales v0.13.0 // indirect
|
|
github.com/go-playground/universal-translator v0.17.0 // indirect
|
|
github.com/go-playground/validator/v10 v10.3.0 // indirect
|
|
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
|
|
github.com/golang-sql/sqlexp v0.0.0-20170517235910-f1bb20e5a188 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.11.0 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jackc/pgtype v1.10.0 // indirect
|
|
github.com/jackc/pgx/v4 v4.15.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/klauspost/compress v1.10.3 // indirect
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
|
github.com/magiconair/properties v1.8.1 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/mozillazg/go-httpheader v0.2.1 // indirect
|
|
github.com/pelletier/go-toml v1.6.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/richardlehane/mscfb v1.0.3 // indirect
|
|
github.com/richardlehane/msoleps v1.0.1 // indirect
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/subosito/gotenv v1.2.0 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
|
github.com/tklauser/numcpus v0.3.0 // indirect
|
|
github.com/ugorji/go/codec v1.1.13 // indirect
|
|
github.com/xuri/efp v0.0.0-20210322160811-ab561f5b45e3 // indirect
|
|
go.uber.org/atomic v1.6.0 // indirect
|
|
go.uber.org/multierr v1.5.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
|
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
|
|
golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
|
|
golang.org/x/tools v0.1.5 // indirect
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
gopkg.in/ini.v1 v1.55.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
gorm.io/driver/postgres v1.3.3 // indirect
|
|
gorm.io/driver/sqlserver v1.3.2 // indirect
|
|
)
|
|
|