diff options
| author | s <[email protected]> | 2025-12-20 03:46:40 -0500 |
|---|---|---|
| committer | s <[email protected]> | 2025-12-20 03:46:40 -0500 |
| commit | 542a09fd14761b4789ae89e16060b1b453e2e0f2 (patch) | |
| tree | cd302e6e4be3544658bbf31d4ba0417dad6126ab /go.mod | |
| parent | bfd971bbc8d35685f18f4b9dd3a52f04f8b4f77f (diff) | |
| download | dborg-1.0.10.tar.gz dborg-1.0.10.zip | |
feat: add dynamic terminal width detection for improved formattingv1.0.10
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ require ( github.com/charmbracelet/bubbletea v1.3.10 github.com/charmbracelet/lipgloss v1.1.0 github.com/spf13/cobra v1.10.1 + golang.org/x/term v0.38.0 ) require ( @@ -28,6 +29,6 @@ require ( github.com/rivo/uniseg v0.4.7 // indirect github.com/spf13/pflag v1.0.9 // indirect github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect - golang.org/x/sys v0.36.0 // indirect + golang.org/x/sys v0.39.0 // indirect golang.org/x/text v0.3.8 // indirect ) |
