diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-06 09:24:20 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-06 09:24:20 -0700 |
| commit | 6fc34c4c3cbb68f6f7cb8049a6d68bd315c07984 (patch) | |
| tree | b09e1b14e109519f3a4c1796995d92691461c16f /go.mod | |
| parent | 57378c31cb26336c59114486ed357283fde73cfe (diff) | |
| download | progress-bar-6fc34c4c3cbb68f6f7cb8049a6d68bd315c07984.tar.zst | |
Fix terminal resize
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module gitlab.com/rhogenson/progress-bar go 1.24.1 require ( - gitlab.com/rhogenson/vecdeque v0.0.0-20250406001322-9e21d75e8d13 + gitlab.com/rhogenson/deque v0.0.0-20250406161547-43e0f85d8030 golang.org/x/term v0.31.0 ) |
