Fix sync error when syncing a folder that was previously sheared (via libmutton bump)

This commit is contained in:
2025-01-26 18:14:52 -05:00
parent 0c57bd5764
commit f21041a38d
2 changed files with 3 additions and 3 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.5-0.20250119022039-038e386df7e0
github.com/rwinkhart/libmutton v0.2.5-0.20250126231254-eb2b349697ed
golang.org/x/term v0.28.0
)