2021-10-25 20:30:38 +03:00
|
|
|
module go.unistack.org/micro-codec-yaml/v3
|
2020-11-30 23:40:08 +03:00
|
|
|
|
2021-05-26 01:20:27 +03:00
|
|
|
go 1.16
|
2020-11-30 23:40:08 +03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/ghodss/yaml v1.0.0
|
2021-11-24 15:19:48 +03:00
|
|
|
go.unistack.org/micro/v3 v3.8.11
|
2021-10-25 20:30:38 +03:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2020-11-30 23:40:08 +03:00
|
|
|
)
|