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/llm/tools/fetch.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/llm/tools/fetch.go') diff --git a/internal/llm/tools/fetch.go b/internal/llm/tools/fetch.go index d2ab148b9..2658b7d72 100644 --- a/internal/llm/tools/fetch.go +++ b/internal/llm/tools/fetch.go @@ -11,8 +11,8 @@ import ( md "github.com/JohannesKaufmann/html-to-markdown" "github.com/PuerkitoBio/goquery" - "github.com/opencode-ai/opencode/internal/config" - "github.com/opencode-ai/opencode/internal/permission" + "github.com/sst/opencode/internal/config" + "github.com/sst/opencode/internal/permission" ) type FetchParams struct { -- cgit v1.2.3