From b106787a50935a2c10ce6a2f01d77dd0aae80642 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 24 Apr 2025 18:25:52 +0200 Subject: change package name --- 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 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 -- cgit v1.2.3