diff options
| author | Ed Zynda <[email protected]> | 2025-05-16 14:06:28 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-16 06:06:28 -0500 |
| commit | 623d132772b9c69dd6d99ed4004b26c46dbe43a4 (patch) | |
| tree | 1547bc8b7f7b8487dbdc34c76998416a37db7618 /go.mod | |
| parent | d127a1c4ebe326344dc77fe3d136c033da6031fd (diff) | |
| download | opencode-623d132772b9c69dd6d99ed4004b26c46dbe43a4.tar.gz opencode-623d132772b9c69dd6d99ed4004b26c46dbe43a4.zip | |
feat: Add non-interactive mode (#18)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( github.com/aymanbagabas/go-udiff v0.2.0 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/bubbles v0.21.0 github.com/charmbracelet/bubbletea v1.3.4 github.com/charmbracelet/glamour v0.9.1 github.com/charmbracelet/lipgloss v1.1.0 |
