diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-03 19:50:31 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-03 19:50:31 +0200 |
| commit | 49b593d9ddbe278358b30dcde444932172bea615 (patch) | |
| tree | dbe6c779ca4932ff369f3684dbefd3e0e599e0fd /go.mod | |
| parent | 230917bbbf5fa2cbdb37f298554889a7a5233744 (diff) | |
| download | opencode-49b593d9ddbe278358b30dcde444932172bea615.tar.gz opencode-49b593d9ddbe278358b30dcde444932172bea615.zip | |
small fixes
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,8 @@ go 1.24.0 toolchain go1.24.2 require ( + github.com/JohannesKaufmann/html-to-markdown v1.6.0 + github.com/PuerkitoBio/goquery v1.9.2 github.com/anthropics/anthropic-sdk-go v0.2.0-beta.2 github.com/bmatcuk/doublestar/v4 v4.8.1 github.com/catppuccin/go v0.3.0 @@ -43,6 +45,7 @@ require ( cloud.google.com/go/compute/metadata v0.6.0 // indirect cloud.google.com/go/longrunning v0.5.7 // indirect github.com/alecthomas/chroma/v2 v2.15.0 // indirect + github.com/andybalholm/cascadia v1.3.2 // indirect github.com/atotto/clipboard v0.1.4 // indirect github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect github.com/aymerick/douceur v0.2.0 // indirect |
