2021-10-26 23:27:52 +03:00
|
|
|
module go.unistack.org/micro-config-flag/v3
|
2021-06-18 16:46:56 +03:00
|
|
|
|
2024-12-12 11:38:45 +03:00
|
|
|
go 1.22
|
2021-06-18 16:46:56 +03:00
|
|
|
|
2024-12-12 11:38:45 +03:00
|
|
|
toolchain go1.23.1
|
|
|
|
|
|
|
|
require go.unistack.org/micro/v3 v3.11.14
|
2023-03-15 00:53:26 +03:00
|
|
|
|
2024-01-15 02:02:50 +03:00
|
|
|
require (
|
2024-12-12 11:38:45 +03:00
|
|
|
dario.cat/mergo v1.0.1 // indirect
|
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2024-03-06 17:35:31 +03:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2024-12-12 11:38:45 +03:00
|
|
|
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
|
2024-01-15 02:02:50 +03:00
|
|
|
)
|