diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-24 18:25:52 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-24 18:26:16 +0200 |
| commit | b106787a50935a2c10ce6a2f01d77dd0aae80642 (patch) | |
| tree | 7ec1dda8aa0174389d00f9c6f2e9c62ce63a5c79 /internal/history | |
| parent | e1b2ce483f51ef734fdaaf53676353f01e6a0dd3 (diff) | |
| download | opencode-b106787a50935a2c10ce6a2f01d77dd0aae80642.tar.gz opencode-b106787a50935a2c10ce6a2f01d77dd0aae80642.zip | |
change package name
Diffstat (limited to 'internal/history')
| -rw-r--r-- | internal/history/file.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/history/file.go b/internal/history/file.go index 7e206a2d9..9cdb2e47b 100644 --- a/internal/history/file.go +++ b/internal/history/file.go @@ -9,8 +9,8 @@ import ( "time" "github.com/google/uuid" - "github.com/kujtimiihoxha/opencode/internal/db" - "github.com/kujtimiihoxha/opencode/internal/pubsub" + "github.com/opencode-ai/opencode/internal/db" + "github.com/opencode-ai/opencode/internal/pubsub" ) const ( |
