mirror of
https://github.com/kingparks/cursor-vip.git
synced 2026-04-22 16:17:07 +08:00
128 lines
5.3 KiB
Modula-2
128 lines
5.3 KiB
Modula-2
module github.com/kingparks/cursor-vip
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.9
|
|
|
|
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/go-vgo/robotgo v0.110.8
|
|
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.33.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/dblohm7/wingoes v0.0.0-20240820181039-f2b84150679e // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/ebitengine/purego v0.8.3 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
github.com/gen2brain/shm v0.1.1 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-ole/go-ole v1.3.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/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/jezek/xgb v1.1.1 // 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/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // 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/otiai10/gosseract v2.2.1+incompatible // indirect
|
|
github.com/otiai10/mint v1.6.3 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/robotn/xgb v0.10.0 // indirect
|
|
github.com/robotn/xgbutil v0.10.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
|
|
github.com/tailscale/win v0.0.0-20250213223159-5992cb43ca35 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.15 // indirect
|
|
github.com/tklauser/numcpus v0.10.0 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.12 // indirect
|
|
github.com/vcaesar/gops v0.41.0 // indirect
|
|
github.com/vcaesar/imgo v0.41.0 // indirect
|
|
github.com/vcaesar/keycode v0.10.1 // indirect
|
|
github.com/vcaesar/screenshot v0.11.1 // indirect
|
|
github.com/vcaesar/tt v0.20.1 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
golang.org/x/arch v0.8.0 // indirect
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
|
|
golang.org/x/image v0.27.0 // indirect
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sync v0.14.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
golang.org/x/tools v0.33.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
|
|
)
|
|
|
|
replace (
|
|
github.com/denisbrodbeck/machineid => ./auth/machineid
|
|
github.com/lqqyt2423/go-mitmproxy => ./auth/go-mitmproxy
|
|
github.com/ugorji/go => github.com/ugorji/go v1.2.12
|
|
github.com/ugorji/go/codec => github.com/ugorji/go/codec v1.2.12
|
|
)
|