feat: install readline

This commit is contained in:
2025-04-20 13:53:39 +02:00
parent 03a0627db3
commit 09dcd87a1d

5
go.mod
View File

@ -1,3 +1,8 @@
module github.com/LandaMm/hsp-go
go 1.24.1
require (
github.com/chzyer/readline v1.5.1 // indirect
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
)