From 1851797a3f3c244ab60dc524efb93539a2de3335 Mon Sep 17 00:00:00 2001 From: Shaun Campbell Date: Tue, 15 Sep 2026 19:49:49 -0400 Subject: [PATCH] feat!: use Gitea module import path --- README.md | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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