You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
305 B

module gitoa.ru/go-4devs/console/example
go 1.19
replace gitoa.ru/go-4devs/console => ../
replace gitoa.ru/go-4devs/console/input/cfg => ../input/cfg
require (
gitoa.ru/go-4devs/config v0.0.0-20210427173104-3ba6b4c71578
gitoa.ru/go-4devs/console v0.1.0
gitoa.ru/go-4devs/console/input/cfg v0.0.1
)