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:
Vaggelis kavouras
2024-12-10 21:13:47 +02:00
parent ea56925a52
commit 3d288e3bd8
16 changed files with 744 additions and 475 deletions

4
go.mod
View File

@@ -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
)