mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2026-04-29 05:40:16 +00:00
feat: Update module path and dependencies; enhance README
- 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.
This commit is contained in:
4
go.mod
4
go.mod
@@ -1,4 +1,4 @@
|
||||
module go-cursor-help
|
||||
module github.com/yuaotian/go-cursor-help
|
||||
|
||||
go 1.22.0
|
||||
|
||||
@@ -7,5 +7,5 @@ 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.25.0 // indirect
|
||||
golang.org/x/sys v0.28.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user