From 623060eef47ccb2c7567925e4d93c72999ef495e Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Thu, 22 Jan 2026 19:59:18 -0500 Subject: [PATCH] feat!: update module path to git.debyl.io BREAKING CHANGE: Module path changed from github.com/debyltech/go-snipcart to git.debyl.io/debyltech/go-snipcart Co-Authored-By: Claude Opus 4.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 872790c..8fc7d85 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/debyltech/go-snipcart +module git.debyl.io/debyltech/go-snipcart go 1.19