From 2391e338b4e41726e7233e2bf027a62476140130 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Tue, 13 May 2025 10:02:39 -0500 Subject: chore: rename --- cmd/root.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'cmd/root.go') 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{ -- cgit v1.2.3