refactor: update project references from 'dacrab' to 'yuaotian'

- Changed module path in go.mod and updated all relevant URLs in README, CHANGELOG, and installation scripts to reflect the new GitHub repository.
- Updated import paths in the main.go file to align with the new module name.
- Adjusted API calls in installation scripts to fetch the latest release from the new repository location.
This commit is contained in:
煎饼果子卷鲨鱼辣椒
2024-12-30 19:43:59 +08:00
parent 397e9d950e
commit df71df76e2
6 changed files with 19 additions and 19 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/dacrab/go-cursor-help
module github.com/yuaotian/go-cursor-help
go 1.21