2021-10-26 23:26:58 +03:00
|
|
|
module go.unistack.org/micro-config-env/v3
|
2020-12-04 02:37:48 +03:00
|
|
|
|
2024-12-12 10:22:47 +03:00
|
|
|
go 1.22
|
|
|
|
|
|
|
|
toolchain go1.23.1
|
2020-12-04 02:37:48 +03:00
|
|
|
|
2020-12-20 00:26:18 +03:00
|
|
|
require (
|
2024-12-12 10:22:47 +03:00
|
|
|
dario.cat/mergo v1.0.1
|
|
|
|
go.unistack.org/micro/v3 v3.11.14
|
2020-12-20 00:26:18 +03:00
|
|
|
)
|
2024-01-15 01:58:06 +03:00
|
|
|
|
2024-12-12 10:22:47 +03:00
|
|
|
require (
|
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
|
|
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
|
|
|
|
)
|