diff options
| author | adamdottv <[email protected]> | 2025-05-13 10:02:39 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-13 10:02:39 -0500 |
| commit | 2391e338b4e41726e7233e2bf027a62476140130 (patch) | |
| tree | e84cae9f97b8f94e13e800e96e529d6961caca8d /internal/history | |
| parent | 1e9399fbee0c99f09d3eb06d2e2ccc05f8871571 (diff) | |
| download | opencode-2391e338b4e41726e7233e2bf027a62476140130.tar.gz opencode-2391e338b4e41726e7233e2bf027a62476140130.zip | |
chore: rename
Diffstat (limited to 'internal/history')
| -rw-r--r-- | internal/history/history.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/history/history.go b/internal/history/history.go index 4a72cb043..137fa429c 100644 --- a/internal/history/history.go +++ b/internal/history/history.go @@ -11,8 +11,8 @@ import ( "sync" "github.com/google/uuid" - "github.com/opencode-ai/opencode/internal/db" - "github.com/opencode-ai/opencode/internal/pubsub" + "github.com/sst/opencode/internal/db" + "github.com/sst/opencode/internal/pubsub" ) const ( |
