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/methods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/lsp/methods.go') diff --git a/internal/lsp/methods.go b/internal/lsp/methods.go index d4f6d1c6c..8f8e1e7e8 100644 --- a/internal/lsp/methods.go +++ b/internal/lsp/methods.go @@ -4,7 +4,7 @@ package lsp import ( "context" - "github.com/opencode-ai/opencode/internal/lsp/protocol" + "github.com/sst/opencode/internal/lsp/protocol" ) // Implementation sends a textDocument/implementation request to the LSP server. -- cgit v1.2.3