diff --git a/README.md b/README.md index 4d7b962..e1fbe41 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/go.mod b/go.mod index 4288e4e..05924bf 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module git.campbellwireless.net/barkstack/barkfile-parser +module cloud.campbellwireless.net/git/barkstack/barkfile-parser go 1.24