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 --- cmd/schema/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/schema') diff --git a/cmd/schema/main.go b/cmd/schema/main.go index f5786a7c0..be2626292 100644 --- a/cmd/schema/main.go +++ b/cmd/schema/main.go @@ -5,8 +5,8 @@ import ( "fmt" "os" - "github.com/opencode-ai/opencode/internal/config" - "github.com/opencode-ai/opencode/internal/llm/models" + "github.com/sst/opencode/internal/config" + "github.com/sst/opencode/internal/llm/models" ) // JSONSchemaType represents a JSON Schema type -- cgit v1.2.3