Just a typo, it seems. Found this as commands like go install cannot
resolve stuff properly:
go install git.sr.ht/~gjnoonan/patchbot@latest
go: git.sr.ht/~gjnoonan/patchbot@latest: version constraints conflict:
git.sr.ht/~gjnoonan/patchbot@v0.0.0-20240311190756-889dd213db69: parsing go.mod:
module declares its path as: git.sr.ht~/gjnoonan/patchbot
but was required as: git.sr.ht/~gjnoonan/patchbot
---
go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/go.mod b/go.mod
index f908557..47a3db2 100644
--- a/go.mod+++ b/go.mod
@@ -1,4 +1,4 @@
-module git.sr.ht~/gjnoonan/patchbot+module git.sr.ht/~gjnoonan/patchbotgo 1.22.0
--
2.44.1
On Sat Jul 20, 2024 at 3:57 AM UTC, Oliver Lowe wrote:
> -module git.sr.ht~/gjnoonan/patchbot> +module git.sr.ht/~gjnoonan/patchbot
Thanks for the patch, I have already fixed this locally. I am mid-way
through rebasing a stack of patches, then got distracted and have not
pushed up the newer changes.
-g
> I am mid-way through rebasing a stack of patches, then got distracted> and have not pushed up the newer changes.
Nice - looking forward to it. I'll set it up for the list at
lists.sr.ht/~otl/untangledco and the Twitch IRC channel when it's
ready!