2021-01-16 02:13:15 +03:00
|
|
|
module github.com/unistack-org/micro-config-file/v3
|
2020-12-11 02:11:49 +03:00
|
|
|
|
2021-05-08 19:45:14 +03:00
|
|
|
go 1.16
|
2020-12-11 02:11:49 +03:00
|
|
|
|
2020-12-20 00:36:07 +03:00
|
|
|
require (
|
2021-03-10 01:35:46 +03:00
|
|
|
github.com/imdario/mergo v0.3.12
|
2021-08-04 15:04:18 +03:00
|
|
|
github.com/unistack-org/micro/v3 v3.5.9
|
2020-12-20 00:36:07 +03:00
|
|
|
)
|