Skip to content

Commit c5f2e99

Browse files
committed
refactor: update module paths to lowercase, bump confstore to v0.0.4, and refine GoReleaser targets
1 parent 679c5d7 commit c5f2e99

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@ builds:
88
goos:
99
- linux
1010
- darwin
11-
- windows
1211
goarch:
1312
- amd64
1413
- arm64
15-
ignore:
16-
- goos: windows
17-
goarch: arm64
1814
changelog:
1915
disable: false
2016
use: github

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A simple tool to back up GitHub repository to gitea or other provider.
88

99
#### Build from source
1010
```bash
11-
go install github.com/TBXark/github-backup@latest
11+
go install github.com/tbxark/github-backup@latest
1212
````
1313

1414
### Usage

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
github.com/go-sphere/confstore v0.0.3 h1:LRMRnEDu++JZGt4onMUHKAcQ27f+8qz553S7knIyHTE=
2-
github.com/go-sphere/confstore v0.0.3/go.mod h1:rvp2oSOW4x3E8JU0efD9JtHpBM2M3VIqM4rohoSMr34=
31
github.com/go-sphere/confstore v0.0.4 h1:LJoui4Q1qryvW/rqKHAdEc0j2eLWH2Eb76LvY0vqcrk=
42
github.com/go-sphere/confstore v0.0.4/go.mod h1:rvp2oSOW4x3E8JU0efD9JtHpBM2M3VIqM4rohoSMr34=
53
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=

0 commit comments

Comments
 (0)