dev-expr/go.mod

15 lines
249 B
Modula-2
Raw Permalink Normal View History

2024-07-17 14:24:15 +02:00
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
)