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 --- internal/lsp/watcher/watcher.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/lsp/watcher') diff --git a/internal/lsp/watcher/watcher.go b/internal/lsp/watcher/watcher.go index ed8fe6b76..3b8342976 100644 --- a/internal/lsp/watcher/watcher.go +++ b/internal/lsp/watcher/watcher.go @@ -12,9 +12,9 @@ import ( "github.com/bmatcuk/doublestar/v4" "github.com/fsnotify/fsnotify" - "github.com/opencode-ai/opencode/internal/config" - "github.com/opencode-ai/opencode/internal/lsp" - "github.com/opencode-ai/opencode/internal/lsp/protocol" + "github.com/sst/opencode/internal/config" + "github.com/sst/opencode/internal/lsp" + "github.com/sst/opencode/internal/lsp/protocol" "log/slog" ) -- cgit v1.2.3