text/go.mod

12 lines
291 B
Modula-2
Raw Normal View History

2024-02-19 12:45:29 +01:00
module git.portale-stac.it/go-pkg/text
2024-02-16 15:56:50 +01:00
go 1.21.6
require (
2024-02-19 12:45:29 +01:00
git.portale-stac.it/go-pkg/golang v0.0.0-20240219085442-2f0ac03cad1b
git.portale-stac.it/go-pkg/utils v0.1.1
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2024-02-16 15:56:50 +01:00
)
require golang.org/x/text v0.14.0 // indirect