add input config pkg
This commit is contained in:
10
input/cfg/go.mod
Normal file
10
input/cfg/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
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 => ../../
|
||||
Reference in New Issue
Block a user