15 lines
249 B
Modula-2
15 lines
249 B
Modula-2
module dev-expr
|
|
|
|
go 1.21.7
|
|
|
|
require (
|
|
git.portale-stac.it/go-pkg/expr v0.17.0
|
|
git.portale-stac.it/go-pkg/utils v0.2.0
|
|
github.com/ergochat/readline v0.1.1
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
)
|