From c3837b71a6c6dbb0292091922d209679533ec90d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 23 Jun 2025 23:57:43 +0300 Subject: Add --full flag for bidirectional sync and update module name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add --full flag that enables both --sync-codeberg-public and --sync-github-public - Also enables --create-github-repos and --create-codeberg-repos with --full - Update module name from github.com/paul/gitsyncer to codeberg.org/snonux/gitsyncer - Update all import statements to use new module name - Fix sync operations to work together when both are enabled - Add visual separator between sync operations in full mode - Update README with full sync documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 032b3c9..8b924ad 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/paul/gitsyncer +module codeberg.org/snonux/gitsyncer go 1.24.3 -- cgit v1.2.3