diff options
| author | s <[email protected]> | 2025-11-03 22:18:19 -0500 |
|---|---|---|
| committer | s <[email protected]> | 2025-11-03 22:20:11 -0500 |
| commit | 5c00684f505039d3e83e919f21a93113f91a0aef (patch) | |
| tree | 57e3ac4060f85a65f40ccdf6e452261376cb8927 /cmd/osint.go | |
| parent | 923d6aece0b508c303393b23e8f605d63f46835f (diff) | |
| download | dborg-5c00684f505039d3e83e919f21a93113f91a0aef.tar.gz dborg-5c00684f505039d3e83e919f21a93113f91a0aef.zip | |
update module name to include the git domainv0.1.0
Diffstat (limited to 'cmd/osint.go')
| -rw-r--r-- | cmd/osint.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/osint.go b/cmd/osint.go index 2f1f427..4f459ad 100644 --- a/cmd/osint.go +++ b/cmd/osint.go @@ -1,9 +1,9 @@ package cmd import ( - "dborg/internal/client" - "dborg/internal/config" - "dborg/internal/models" + "git.db.org.ai/dborg/internal/client" + "git.db.org.ai/dborg/internal/config" + "git.db.org.ai/dborg/internal/models" "encoding/json" "fmt" |
