mirror of
https://github.com/kingparks/cursor-vip.git
synced 2025-09-26 19:11:14 +08:00
94 lines
3.8 KiB
Modula-2
94 lines
3.8 KiB
Modula-2
module github.com/kingparks/cursor-vip
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/astaxie/beego v1.12.3
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/denisbrodbeck/machineid v1.0.1
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/edluis37/shortuuid/v4 v4.0.0-20221015205646-3117f62f0327
|
|
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
|
|
github.com/gin-gonic/gin v1.10.0
|
|
github.com/go-pay/gopay v1.5.103
|
|
github.com/gofrs/flock v0.12.1
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/kingparks/goutil v1.0.0
|
|
github.com/logoove/sqlite v1.16.1
|
|
github.com/lqqyt2423/go-mitmproxy v1.8.5
|
|
github.com/mattn/go-colorable v0.1.13
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/tidwall/gjson v1.17.1
|
|
github.com/tidwall/sjson v1.2.5
|
|
github.com/unknwon/i18n v0.0.0-20210904045753-ff3a8617e361
|
|
golang.org/x/sys v0.22.0
|
|
gorm.io/driver/mysql v1.5.7
|
|
gorm.io/gorm v1.25.11
|
|
howett.net/plist v1.0.1
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/bytedance/sonic v1.11.6 // indirect
|
|
github.com/bytedance/sonic/loader v0.1.1 // indirect
|
|
github.com/cloudwego/base64x v0.1.4 // indirect
|
|
github.com/cloudwego/iasm v0.2.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-pay/crypto v0.0.1 // indirect
|
|
github.com/go-pay/util v0.0.2 // indirect
|
|
github.com/go-pay/xlog v0.0.3 // indirect
|
|
github.com/go-pay/xtime v0.0.2 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.20.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/klauspost/compress v1.17.8 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.12 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
golang.org/x/arch v0.8.0 // indirect
|
|
golang.org/x/crypto v0.25.0 // indirect
|
|
golang.org/x/mod v0.19.0 // indirect
|
|
golang.org/x/net v0.27.0 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
golang.org/x/tools v0.23.0 // indirect
|
|
google.golang.org/protobuf v1.34.1 // indirect
|
|
gopkg.in/ini.v1 v1.46.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
lukechampine.com/uint128 v1.2.0 // indirect
|
|
modernc.org/cc/v3 v3.41.0 // indirect
|
|
modernc.org/ccgo/v3 v3.17.0 // indirect
|
|
modernc.org/libc v1.60.0 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.8.0 // indirect
|
|
modernc.org/opt v0.1.3 // indirect
|
|
modernc.org/sqlite v1.32.0 // indirect
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
modernc.org/token v1.1.0 // indirect
|
|
)
|