From b106787a50935a2c10ce6a2f01d77dd0aae80642 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 24 Apr 2025 18:25:52 +0200 Subject: change package name --- 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 ab33d7e1b..d4f6d1c6c 100644 --- a/internal/lsp/methods.go +++ b/internal/lsp/methods.go @@ -4,7 +4,7 @@ package lsp import ( "context" - "github.com/kujtimiihoxha/opencode/internal/lsp/protocol" + "github.com/opencode-ai/opencode/internal/lsp/protocol" ) // Implementation sends a textDocument/implementation request to the LSP server. -- cgit v1.2.3