diff options
| author | adamdottv <[email protected]> | 2025-05-13 10:02:39 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-13 10:02:39 -0500 |
| commit | 2391e338b4e41726e7233e2bf027a62476140130 (patch) | |
| tree | e84cae9f97b8f94e13e800e96e529d6961caca8d /cmd | |
| parent | 1e9399fbee0c99f09d3eb06d2e2ccc05f8871571 (diff) | |
| download | opencode-2391e338b4e41726e7233e2bf027a62476140130.tar.gz opencode-2391e338b4e41726e7233e2bf027a62476140130.zip | |
chore: rename
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/root.go | 18 | ||||
| -rw-r--r-- | cmd/schema/main.go | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/cmd/root.go b/cmd/root.go index d18c87854..a5481b582 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -11,16 +11,16 @@ import ( tea "github.com/charmbracelet/bubbletea" zone "github.com/lrstanley/bubblezone" - "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/lsp/discovery" - "github.com/opencode-ai/opencode/internal/pubsub" - "github.com/opencode-ai/opencode/internal/tui" - "github.com/opencode-ai/opencode/internal/version" "github.com/spf13/cobra" + "github.com/sst/opencode/internal/app" + "github.com/sst/opencode/internal/config" + "github.com/sst/opencode/internal/db" + "github.com/sst/opencode/internal/llm/agent" + "github.com/sst/opencode/internal/logging" + "github.com/sst/opencode/internal/lsp/discovery" + "github.com/sst/opencode/internal/pubsub" + "github.com/sst/opencode/internal/tui" + "github.com/sst/opencode/internal/version" ) var rootCmd = &cobra.Command{ diff --git a/cmd/schema/main.go b/cmd/schema/main.go index f5786a7c0..be2626292 100644 --- a/cmd/schema/main.go +++ b/cmd/schema/main.go @@ -5,8 +5,8 @@ import ( "fmt" "os" - "github.com/opencode-ai/opencode/internal/config" - "github.com/opencode-ai/opencode/internal/llm/models" + "github.com/sst/opencode/internal/config" + "github.com/sst/opencode/internal/llm/models" ) // JSONSchemaType represents a JSON Schema type |
