From 3c06eede8ac8cb79272601aad3b2d3359657443a Mon Sep 17 00:00:00 2001 From: s Date: Mon, 3 Nov 2025 22:18:19 -0500 Subject: update module name to include the git domain --- cmd/x.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/x.go') diff --git a/cmd/x.go b/cmd/x.go index b4114b5..8cf1e36 100644 --- a/cmd/x.go +++ b/cmd/x.go @@ -1,8 +1,8 @@ package cmd import ( - "dborg/internal/client" - "dborg/internal/config" + "git.db.org.ai/dborg/internal/client" + "git.db.org.ai/dborg/internal/config" "encoding/json" "fmt" -- cgit v1.2.3