mirror of
https://github.com/aljazceru/opencode.git
synced 2026-02-23 00:35:24 +01:00
change package name
This commit is contained in:
@@ -12,8 +12,8 @@ import (
|
||||
"github.com/golang-migrate/migrate/v4/database/sqlite3"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
|
||||
"github.com/kujtimiihoxha/opencode/internal/config"
|
||||
"github.com/kujtimiihoxha/opencode/internal/logging"
|
||||
"github.com/opencode-ai/opencode/internal/config"
|
||||
"github.com/opencode-ai/opencode/internal/logging"
|
||||
)
|
||||
|
||||
func Connect() (*sql.DB, error) {
|
||||
|
||||
Reference in New Issue
Block a user