17 lines
417 B
Modula-2
17 lines
417 B
Modula-2
|
module cvdata
|
||
|
|
||
|
go 1.17
|
||
|
|
||
|
replace github.com/jesusperez/cfgsrv => ../cfgsrv
|
||
|
|
||
|
replace github.com/jesusperez/datautils => ../datautils
|
||
|
|
||
|
replace github.com/jesusperez/srvcvgen => ../srvcvgen
|
||
|
|
||
|
require gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
||
|
|
||
|
require (
|
||
|
github.com/jesusperez/cfgsrv v0.0.0-00010101000000-000000000000 // indirect
|
||
|
github.com/jesusperez/datautils v0.0.0-00010101000000-000000000000 // indirect
|
||
|
)
|