Update for compatibility with upcoming libmutton version's new copy behavior

This commit is contained in:
2024-12-20 20:36:56 -05:00
parent cfb4a2ad51
commit c323899bf8
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ go 1.23.4
require (
github.com/Trojan2021/BEAN v0.0.0-20241210230804-8f294833b514
github.com/charmbracelet/glamour v0.7.0
github.com/rwinkhart/libmutton v0.2.4
github.com/rwinkhart/libmutton v0.2.5-0.20241221012916-619e4220a60f
golang.org/x/term v0.27.0
)