add input history

This commit is contained in:
2024-10-15 19:18:42 +01:00
parent 55db84fcce
commit 5eb2a0e789
5 changed files with 56 additions and 50 deletions

5
go.mod
View File

@@ -7,7 +7,10 @@ require (
github.com/wadey/go-rounding v1.1.0
)
require github.com/joho/godotenv v1.5.1 // indirect
require (
github.com/chzyer/readline v1.5.1 // indirect
github.com/joho/godotenv v1.5.1 // indirect
)
require (
github.com/gabriel-vasile/mimetype v1.4.2