diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-24 18:25:52 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-24 18:26:16 +0200 |
| commit | b106787a50935a2c10ce6a2f01d77dd0aae80642 (patch) | |
| tree | 7ec1dda8aa0174389d00f9c6f2e9c62ce63a5c79 /cmd | |
| parent | e1b2ce483f51ef734fdaaf53676353f01e6a0dd3 (diff) | |
| download | opencode-b106787a50935a2c10ce6a2f01d77dd0aae80642.tar.gz opencode-b106787a50935a2c10ce6a2f01d77dd0aae80642.zip | |
change package name
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/root.go | 16 | ||||
| -rw-r--r-- | cmd/schema/main.go | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/cmd/root.go b/cmd/root.go index c2c1d9d84..74ace3661 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -8,14 +8,14 @@ import ( "time" tea "github.com/charmbracelet/bubbletea" - "github.com/kujtimiihoxha/opencode/internal/app" - "github.com/kujtimiihoxha/opencode/internal/config" - "github.com/kujtimiihoxha/opencode/internal/db" - "github.com/kujtimiihoxha/opencode/internal/llm/agent" - "github.com/kujtimiihoxha/opencode/internal/logging" - "github.com/kujtimiihoxha/opencode/internal/pubsub" - "github.com/kujtimiihoxha/opencode/internal/tui" - "github.com/kujtimiihoxha/opencode/internal/version" + "github.com/opencode-ai/opencode/internal/app" + "github.com/opencode-ai/opencode/internal/config" + "github.com/opencode-ai/opencode/internal/db" + "github.com/opencode-ai/opencode/internal/llm/agent" + "github.com/opencode-ai/opencode/internal/logging" + "github.com/opencode-ai/opencode/internal/pubsub" + "github.com/opencode-ai/opencode/internal/tui" + "github.com/opencode-ai/opencode/internal/version" zone "github.com/lrstanley/bubblezone" "github.com/spf13/cobra" ) diff --git a/cmd/schema/main.go b/cmd/schema/main.go index 030c0907e..287967f51 100644 --- a/cmd/schema/main.go +++ b/cmd/schema/main.go @@ -5,8 +5,8 @@ import ( "fmt" "os" - "github.com/kujtimiihoxha/opencode/internal/config" - "github.com/kujtimiihoxha/opencode/internal/llm/models" + "github.com/opencode-ai/opencode/internal/config" + "github.com/opencode-ai/opencode/internal/llm/models" ) // JSONSchemaType represents a JSON Schema type |
