summaryrefslogtreecommitdiffhomepage
path: root/cmd/schema
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 /cmd/schema
parent1e9399fbee0c99f09d3eb06d2e2ccc05f8871571 (diff)
downloadopencode-2391e338b4e41726e7233e2bf027a62476140130.tar.gz
opencode-2391e338b4e41726e7233e2bf027a62476140130.zip
chore: rename
Diffstat (limited to 'cmd/schema')
-rw-r--r--cmd/schema/main.go4
1 files changed, 2 insertions, 2 deletions
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