From e0e81bc69b5622c2bd20261155fc36519a7621d8 Mon Sep 17 00:00:00 2001 From: Eugene Blikh Date: Wed, 1 Apr 2026 12:10:56 +0300 Subject: [PATCH] chore: rename module to go.bigb.es/confluence-md-utilities --- README.md | 2 +- cmd/mdcx/convert.go | 2 +- cmd/mdcx/embed.go | 4 ++-- cmd/mdcx/extract.go | 4 ++-- cmd/mdcx/fmt.go | 2 +- cmd/mdcx/pull.go | 4 ++-- cmd/mdcx/push.go | 6 +++--- cmd/mdcx/verify.go | 4 ++-- converter/md2xml.go | 2 +- go.mod | 2 +- justfile | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index cd8f4a98d3f9478c547e0b5aaa8c0380fa7178ac..584de555352e37bdb1de070d210f438dc783cdbf 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Template-aware embedding preserves metadata tables, changelogs, inline comment m ## Install ```bash -go install sourcecraft.dev/bigbes/confluence-md-utilities/cmd/mdcx@latest +go install go.bigb.es/confluence-md-utilities/cmd/mdcx@latest ``` Or build locally with [just](https://github.com/casey/just): diff --git a/cmd/mdcx/convert.go b/cmd/mdcx/convert.go index d63f9413bdbc949e45cae9c73ab7de9cf453ff32..c915df9f2f7e4a5a59e2ba068d9fb0f05c1f4852 100644 --- a/cmd/mdcx/convert.go +++ b/cmd/mdcx/convert.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" - "sourcecraft.dev/bigbes/confluence-md-utilities/converter" + "go.bigb.es/confluence-md-utilities/converter" ) var convertOutput string diff --git a/cmd/mdcx/embed.go b/cmd/mdcx/embed.go index 9454a5b510cded1c01fcc98fbc07aee4a983057f..1417b40d84464b84c4940f0229891d7d0424a175 100644 --- a/cmd/mdcx/embed.go +++ b/cmd/mdcx/embed.go @@ -7,8 +7,8 @@ import ( "github.com/spf13/cobra" - "sourcecraft.dev/bigbes/confluence-md-utilities/converter" - "sourcecraft.dev/bigbes/confluence-md-utilities/template" + "go.bigb.es/confluence-md-utilities/converter" + "go.bigb.es/confluence-md-utilities/template" ) var ( diff --git a/cmd/mdcx/extract.go b/cmd/mdcx/extract.go index 5d4951c0f1bce84ffa4818f28ba0b7bef15af308..03989d332437bcb5d87b29197cae46b43d8aea5c 100644 --- a/cmd/mdcx/extract.go +++ b/cmd/mdcx/extract.go @@ -7,8 +7,8 @@ import ( "github.com/spf13/cobra" - "sourcecraft.dev/bigbes/confluence-md-utilities/converter" - "sourcecraft.dev/bigbes/confluence-md-utilities/template" + "go.bigb.es/confluence-md-utilities/converter" + "go.bigb.es/confluence-md-utilities/template" ) var ( diff --git a/cmd/mdcx/fmt.go b/cmd/mdcx/fmt.go index 7bf79aef3065c3c849723a67814dccfdf0f1886c..a1e8782ec2eecfaf134176cc799e49fe1e9d2d5f 100644 --- a/cmd/mdcx/fmt.go +++ b/cmd/mdcx/fmt.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" - "sourcecraft.dev/bigbes/confluence-md-utilities/format" + "go.bigb.es/confluence-md-utilities/format" ) var ( diff --git a/cmd/mdcx/pull.go b/cmd/mdcx/pull.go index f4fa260d8db0b3e56c3f9b55c2834852d4bbcc6b..00b398b01625f0a11d506df59fdce81cd2b8982c 100644 --- a/cmd/mdcx/pull.go +++ b/cmd/mdcx/pull.go @@ -6,8 +6,8 @@ import ( "github.com/spf13/cobra" - "sourcecraft.dev/bigbes/confluence-md-utilities/api" - "sourcecraft.dev/bigbes/confluence-md-utilities/converter" + "go.bigb.es/confluence-md-utilities/api" + "go.bigb.es/confluence-md-utilities/converter" ) var ( diff --git a/cmd/mdcx/push.go b/cmd/mdcx/push.go index 60a2034c0c608285539f2aecec3a2e36c03a58b7..8cfcaa94fabd9a57f0dc297a723287c1a1688106 100644 --- a/cmd/mdcx/push.go +++ b/cmd/mdcx/push.go @@ -7,9 +7,9 @@ import ( "github.com/spf13/cobra" - "sourcecraft.dev/bigbes/confluence-md-utilities/api" - "sourcecraft.dev/bigbes/confluence-md-utilities/converter" - "sourcecraft.dev/bigbes/confluence-md-utilities/template" + "go.bigb.es/confluence-md-utilities/api" + "go.bigb.es/confluence-md-utilities/converter" + "go.bigb.es/confluence-md-utilities/template" ) var ( diff --git a/cmd/mdcx/verify.go b/cmd/mdcx/verify.go index d9e0866417eb04fb2a7d7b69441530dafd2ecd99..3aa10a322d9d717a0d52a5efaffa5d2105472b09 100644 --- a/cmd/mdcx/verify.go +++ b/cmd/mdcx/verify.go @@ -9,8 +9,8 @@ import ( "github.com/spf13/cobra" - "sourcecraft.dev/bigbes/confluence-md-utilities/converter" - "sourcecraft.dev/bigbes/confluence-md-utilities/format" + "go.bigb.es/confluence-md-utilities/converter" + "go.bigb.es/confluence-md-utilities/format" ) var ( diff --git a/converter/md2xml.go b/converter/md2xml.go index 9f99fc53bbac54a075232639b6bde777660f1824..468e8d305b3489a0d042d7930b73411f4f007fcc 100644 --- a/converter/md2xml.go +++ b/converter/md2xml.go @@ -8,7 +8,7 @@ import ( "github.com/yuin/goldmark/renderer" "github.com/yuin/goldmark/util" - "sourcecraft.dev/bigbes/confluence-md-utilities/confluence" + "go.bigb.es/confluence-md-utilities/confluence" ) // MarkdownToConfluence converts Markdown source to Confluence storage format XML. diff --git a/go.mod b/go.mod index 6055bfe86a137cf01040686980e9e71ee5438b0c..5cb510bc0550cc40cc9c0107ef7f57f082414b08 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module sourcecraft.dev/bigbes/confluence-md-utilities +module go.bigb.es/confluence-md-utilities go 1.26.1 diff --git a/justfile b/justfile index a94559f7261bc37081f0087f010be03999e1bf21..4f24e351c13462dbd1c16f8d0865ecbf8d39f234 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -module_path := "sourcecraft.dev/bigbes/confluence-md-utilities" +module_path := "go.bigb.es/confluence-md-utilities" # Install mdcx binary locally install: