16 lines
310 B
Modula-2
16 lines
310 B
Modula-2
module ecli
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
git.portale-stac.it/go-pkg/expr v0.33.0
|
|
git.portale-stac.it/go-pkg/utils v0.3.0
|
|
github.com/ergochat/readline v0.1.3
|
|
)
|
|
|
|
require (
|
|
golang.org/x/exp v0.0.0-20251113190631-e25ba8c21ef6 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
)
|