summaryrefslogtreecommitdiffstats
path: root/cmd/x.go
diff options
context:
space:
mode:
authors <[email protected]>2025-11-03 22:18:19 -0500
committers <[email protected]>2025-11-03 22:20:11 -0500
commit3c06eede8ac8cb79272601aad3b2d3359657443a (patch)
tree65438ac9d8a8e7a4e7dde1ba8039e8842179c231 /cmd/x.go
parentf7fcfa623e670dc533bb378912829c73a3593e63 (diff)
downloaddborg-3c06eede8ac8cb79272601aad3b2d3359657443a.tar.gz
dborg-3c06eede8ac8cb79272601aad3b2d3359657443a.zip
update module name to include the git domain
Diffstat (limited to 'cmd/x.go')
-rw-r--r--cmd/x.go4
1 files changed, 2 insertions, 2 deletions
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"