summaryrefslogtreecommitdiffhomepage
path: root/cmd/schema
diff options
context:
space:
mode:
authorKujtim Hoxha <[email protected]>2025-04-24 18:25:52 +0200
committerKujtim Hoxha <[email protected]>2025-04-24 18:26:16 +0200
commitb106787a50935a2c10ce6a2f01d77dd0aae80642 (patch)
tree7ec1dda8aa0174389d00f9c6f2e9c62ce63a5c79 /cmd/schema
parente1b2ce483f51ef734fdaaf53676353f01e6a0dd3 (diff)
downloadopencode-b106787a50935a2c10ce6a2f01d77dd0aae80642.tar.gz
opencode-b106787a50935a2c10ce6a2f01d77dd0aae80642.zip
change package name
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 030c0907e..287967f51 100644
--- a/cmd/schema/main.go
+++ b/cmd/schema/main.go
@@ -5,8 +5,8 @@ import (
"fmt"
"os"
- "github.com/kujtimiihoxha/opencode/internal/config"
- "github.com/kujtimiihoxha/opencode/internal/llm/models"
+ "github.com/opencode-ai/opencode/internal/config"
+ "github.com/opencode-ai/opencode/internal/llm/models"
)
// JSONSchemaType represents a JSON Schema type