mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00

- Changed module path from `go-cursor-help` to `github.com/yuaotian/go-cursor-help` in `go.mod`. - Updated `golang.org/x/sys` dependency version from `v0.25.0` to `v0.28.0`. - Enhanced `README.md` with improved formatting, added badges, and clarified installation instructions. - Included important usage guidelines and disclaimers for the Cursor Free Trial Reset Tool, emphasizing compliance with trial terms. This commit improves module management and enhances documentation clarity for users.
12 lines
231 B
Modula-2
12 lines
231 B
Modula-2
module github.com/yuaotian/go-cursor-help
|
|
|
|
go 1.22.0
|
|
|
|
require github.com/fatih/color v1.18.0
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
golang.org/x/sys v0.28.0
|
|
)
|