summaryrefslogtreecommitdiffhomepage
path: root/internal/llm/tools/fetch.go
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-05-13 10:02:39 -0500
committeradamdottv <[email protected]>2025-05-13 10:02:39 -0500
commit2391e338b4e41726e7233e2bf027a62476140130 (patch)
treee84cae9f97b8f94e13e800e96e529d6961caca8d /internal/llm/tools/fetch.go
parent1e9399fbee0c99f09d3eb06d2e2ccc05f8871571 (diff)
downloadopencode-2391e338b4e41726e7233e2bf027a62476140130.tar.gz
opencode-2391e338b4e41726e7233e2bf027a62476140130.zip
chore: rename
Diffstat (limited to 'internal/llm/tools/fetch.go')
-rw-r--r--internal/llm/tools/fetch.go4
1 files changed, 2 insertions, 2 deletions
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 {