109 lines
4.6 KiB
Modula-2
109 lines
4.6 KiB
Modula-2
module pandax
|
|
|
|
go 1.23.0
|
|
|
|
replace git.weixin.qq.com/__/vlan => ../vlan
|
|
|
|
require (
|
|
git.weixin.qq.com/__/vlan v0.0.0-00010101000000-000000000000
|
|
github.com/casbin/casbin/v2 v2.37.4
|
|
github.com/casbin/gorm-adapter/v3 v3.4.6
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/didip/tollbooth v4.0.2+incompatible
|
|
github.com/dlclark/regexp2 v1.10.0
|
|
github.com/emicklei/go-restful-openapi/v2 v2.9.0
|
|
github.com/emicklei/go-restful/v3 v3.9.0
|
|
github.com/emmansun/gmsm v0.24.3
|
|
github.com/go-playground/validator/v10 v10.8.0
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
github.com/go-sqlite/sqlite3 v0.0.0-20180313105335-53dd8e640ee7
|
|
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/schema v1.2.0
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/kakuilan/kgo v0.1.8
|
|
github.com/lib/pq v1.10.9
|
|
github.com/mojocn/base64Captcha v1.3.6
|
|
github.com/mssola/user_agent v0.5.3
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/cobra v1.5.0
|
|
github.com/tidwall/gjson v1.17.0
|
|
github.com/xuri/excelize/v2 v2.4.1
|
|
go.mongodb.org/mongo-driver v1.13.1
|
|
golang.org/x/crypto v0.41.0
|
|
golang.org/x/net v0.43.0
|
|
golang.org/x/text v0.28.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
gorm.io/driver/mysql v1.2.0
|
|
gorm.io/driver/postgres v1.2.3
|
|
gorm.io/gorm v1.22.3
|
|
gvisor.dev/gvisor v0.0.0-20240119232905-7b151e25d076
|
|
)
|
|
|
|
require (
|
|
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
|
|
github.com/Masterminds/semver/v3 v3.4.0 // indirect
|
|
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
|
|
github.com/brianvoe/gofakeit/v6 v6.0.2 // indirect
|
|
github.com/denisenkom/go-mssqldb v0.12.3 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.4 // 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.20.0 // indirect
|
|
github.com/go-openapi/spec v0.20.6 // 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/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
|
|
github.com/golang-sql/sqlexp v0.1.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/gonuts/binary v0.2.0 // indirect
|
|
github.com/google/go-cmp v0.7.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/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.17.4 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // 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/montanaflynn/stats v0.7.1 // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.38.2 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/richardlehane/mscfb v1.0.3 // indirect
|
|
github.com/richardlehane/msoleps v1.0.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.8.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.1.2 // indirect
|
|
github.com/xdg-go/stringprep v1.0.4 // indirect
|
|
github.com/xuri/efp v0.0.0-20210322160811-ab561f5b45e3 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
|
|
golang.org/x/image v0.13.0 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gorm.io/driver/sqlserver v1.2.1 // indirect
|
|
gorm.io/plugin/dbresolver v1.1.0 // indirect
|
|
)
|