feat!: use Gitea module import path
All checks were successful
Test and Release Module / test (push) Successful in 18s
Test and Release Module / release (push) Successful in 8s

This commit is contained in:
2026-09-15 19:49:49 -04:00
parent 11ad00c6f0
commit 1851797a3f
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
## Install
```sh
go get git.campbellwireless.net/barkstack/barkfile-parser@v0.1.0
go get cloud.campbellwireless.net/git/barkstack/barkfile-parser@v1.0.0
```
The module requires Go 1.24 or later.
@@ -80,4 +80,4 @@ Gitea Actions runs tests on each `main` push. The release job reads Conventional
| `type!:` or `BREAKING CHANGE:` | major |
| other types | no release |
Go consumers update through standard module versions, for example `go get git.campbellwireless.net/barkstack/barkfile-parser@latest`.
Go consumers update through standard module versions, for example `go get cloud.campbellwireless.net/git/barkstack/barkfile-parser@latest`.

2
go.mod
View File

@@ -1,3 +1,3 @@
module git.campbellwireless.net/barkstack/barkfile-parser
module cloud.campbellwireless.net/git/barkstack/barkfile-parser
go 1.24