mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
104 lines
4.6 KiB
Modula-2
104 lines
4.6 KiB
Modula-2
module pandax
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.8.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
|
|
gorm.io/gorm v1.22.3
|
|
)
|
|
|
|
require (
|
|
github.com/XM-GO/PandaKit v0.0.0-20220802093028-195951cd859d
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/didip/tollbooth v4.0.2+incompatible
|
|
github.com/kakuilan/kgo v0.1.8
|
|
github.com/mssola/user_agent v0.5.3
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/spf13/cobra v1.5.0
|
|
github.com/swaggo/gin-swagger v1.3.3
|
|
github.com/swaggo/swag v1.8.1
|
|
)
|
|
|
|
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-20210224194228-fe8f1750fd46 // indirect
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.2.0+incompatible // indirect
|
|
github.com/brianvoe/gofakeit/v6 v6.0.2 // indirect
|
|
github.com/casbin/casbin/v2 v2.37.4 // indirect
|
|
github.com/casbin/gorm-adapter/v3 v3.4.6 // indirect
|
|
github.com/denisenkom/go-mssqldb v0.11.0 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.5 // 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.4 // indirect
|
|
github.com/go-openapi/swag v0.19.15 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/go-playground/validator/v10 v10.10.0 // indirect
|
|
github.com/go-redis/redis v6.15.9+incompatible // indirect
|
|
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
|
github.com/goccy/go-json v0.9.7 // indirect
|
|
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.10.1 // 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.9.0 // indirect
|
|
github.com/jackc/pgx/v4 v4.14.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.2 // indirect
|
|
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/lib/pq v1.10.4 // indirect
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/mojocn/base64Captcha v1.3.5 // indirect
|
|
github.com/mozillazg/go-httpheader v0.2.1 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/qiniu/go-sdk/v7 v7.11.0 // indirect
|
|
github.com/richardlehane/mscfb v1.0.3 // indirect
|
|
github.com/richardlehane/msoleps v1.0.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/tencentyun/cos-go-sdk-v5 v0.7.33 // indirect
|
|
github.com/ugorji/go/codec v1.2.7 // indirect
|
|
github.com/xuri/efp v0.0.0-20210322160811-ab561f5b45e3 // indirect
|
|
github.com/xuri/excelize/v2 v2.4.1 // indirect
|
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
|
|
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
|
|
golang.org/x/tools v0.1.7 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
gorm.io/driver/mysql v1.2.0 // indirect
|
|
gorm.io/driver/postgres v1.2.3 // indirect
|
|
gorm.io/driver/sqlserver v1.2.1 // indirect
|
|
gorm.io/plugin/dbresolver v1.1.0 // indirect
|
|
)
|
|
|
|
replace github.com/XM-GO/PandaKit => D:\GOwork\pro\PnadaX\PandaKit
|