summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-23 23:57:43 +0300
committerPaul Buetow <paul@buetow.org>2025-06-23 23:57:43 +0300
commitc3837b71a6c6dbb0292091922d209679533ec90d (patch)
tree96c1ed37ab0a5ceed0cf0a052c9c9d8ce865fbf3 /go.mod
parentca38df1f30ddedbbdbf73d1f8d4ddd98b12d3740 (diff)
Add --full flag for bidirectional sync and update module name
- 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 <noreply@anthropic.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
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