2021-10-26 23:27:44 +03:00
|
|
|
module go.unistack.org/micro-config-file/v3
|
2020-12-11 02:11:49 +03:00
|
|
|
|
2024-11-19 20:35:06 +03:00
|
|
|
go 1.22
|
|
|
|
|
|
|
|
toolchain go1.23.1
|
2020-12-11 02:11:49 +03:00
|
|
|
|
2020-12-20 00:36:07 +03:00
|
|
|
require (
|
2024-11-19 20:35:06 +03:00
|
|
|
dario.cat/mergo v1.0.1
|
|
|
|
go.unistack.org/micro/v3 v3.10.100
|
|
|
|
golang.org/x/text v0.20.0
|
2020-12-20 00:36:07 +03:00
|
|
|
)
|
2024-01-15 02:00:34 +03:00
|
|
|
|
2024-11-19 20:35:06 +03:00
|
|
|
require (
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
|
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
|
|
|
|
google.golang.org/protobuf v1.35.2 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|