diff options
| author | Kujtim Hoxha <[email protected]> | 2025-03-25 13:04:36 +0100 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-03-26 01:12:30 +0100 |
| commit | 904061c243f70696bfe781e97bf4e392e6954d07 (patch) | |
| tree | 4428f96d09968ee0cde44e6ebbaee4757f80050e /go.mod | |
| parent | 005b8ac16776512b2d4b1f22bd989da162ca1bad (diff) | |
| download | opencode-904061c243f70696bfe781e97bf4e392e6954d07.tar.gz opencode-904061c243f70696bfe781e97bf4e392e6954d07.zip | |
additional tools
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,6 +3,7 @@ module github.com/kujtimiihoxha/termai go 1.23.5 require ( + github.com/bmatcuk/doublestar/v4 v4.8.1 github.com/catppuccin/go v0.3.0 github.com/charmbracelet/bubbles v0.20.0 github.com/charmbracelet/bubbletea v1.3.4 @@ -16,11 +17,13 @@ require ( github.com/golang-migrate/migrate/v4 v4.18.2 github.com/google/uuid v1.6.0 github.com/kujtimiihoxha/vimtea v0.0.3-0.20250317175717-9d8ba9c69840 + github.com/lrstanley/bubblezone v0.0.0-20250315020633-c249a3fe1231 github.com/mattn/go-runewidth v0.0.16 github.com/mattn/go-sqlite3 v1.14.24 github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 github.com/muesli/reflow v0.3.0 github.com/muesli/termenv v0.16.0 + github.com/sergi/go-diff v1.3.1 github.com/spf13/cobra v1.9.1 github.com/spf13/viper v1.20.0 golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 @@ -112,7 +115,8 @@ require ( golang.org/x/arch v0.11.0 // indirect golang.org/x/net v0.33.0 // indirect golang.org/x/sync v0.12.0 // indirect - golang.org/x/sys v0.30.0 // indirect + golang.org/x/sys v0.31.0 // indirect + golang.org/x/term v0.30.0 // indirect golang.org/x/text v0.23.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect |
