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/util/edit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/lsp/util') diff --git a/internal/lsp/util/edit.go b/internal/lsp/util/edit.go index 52f03ee77..5440e2f6c 100644 --- a/internal/lsp/util/edit.go +++ b/internal/lsp/util/edit.go @@ -7,7 +7,7 @@ import ( "sort" "strings" - "github.com/kujtimiihoxha/opencode/internal/lsp/protocol" + "github.com/opencode-ai/opencode/internal/lsp/protocol" ) func applyTextEdits(uri protocol.DocumentUri, edits []protocol.TextEdit) error { -- cgit v1.2.3