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.
11 lines
205 B
11 lines
205 B
2 years ago
|
module gitoa.ru/go-4devs/console/input/cfg
|
||
|
|
||
|
go 1.19
|
||
|
|
||
|
require (
|
||
|
gitoa.ru/go-4devs/config v0.0.0-20210427173104-3ba6b4c71578
|
||
|
gitoa.ru/go-4devs/console v0.1.0
|
||
|
)
|
||
|
|
||
|
replace gitoa.ru/go-4devs/console => ../../
|