diff options
| author | Adictya <[email protected]> | 2025-05-15 08:46:40 +0530 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-05-15 08:29:54 -0500 |
| commit | 3ee213081ec6bf42f6947d03e256319c29a8ce0e (patch) | |
| tree | b5da8dc591d7b78c2a6b31eb77bdbc9ac48d223b /go.mod | |
| parent | 15bf40bc102ed5426fa2148b9e8f39acef1174a0 (diff) | |
| download | opencode-3ee213081ec6bf42f6947d03e256319c29a8ce0e.tar.gz opencode-3ee213081ec6bf42f6947d03e256319c29a8ce0e.zip | |
fix(complete-module): logging
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ require ( github.com/fsnotify/fsnotify v1.8.0 github.com/go-logfmt/logfmt v0.6.0 github.com/google/uuid v1.6.0 + github.com/lithammer/fuzzysearch v1.1.8 github.com/lrstanley/bubblezone v0.0.0-20250315020633-c249a3fe1231 github.com/mark3labs/mcp-go v0.17.0 github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 |
