upgrade go-prompt to dev branch as it has some bug fixes we need

This commit is contained in:
Robin Olsen
2026-03-22 18:29:29 +01:00
parent cdb3d1dcd9
commit 84c73b7b94
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/LazyBachelor/LazyPM
go 1.26.1
require (
github.com/c-bata/go-prompt v0.2.6
github.com/c-bata/go-prompt v0.2.7-0.20250812090649-d000795a4f93
github.com/go-git/go-git/v6 v6.0.0-20260317113930-fb0d09929504
github.com/joho/godotenv v1.5.1
github.com/muesli/reflow v0.3.0