1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-05-25 21:53:14 +02:00
Johnson C af3cfa0a4c
remove unnecessary dependencies between plugins
remove unnecessary dependencies between plugins
upgrade go-micro.dev/v4 to v4.2.1
2021-10-23 16:20:42 +08:00

13 lines
251 B
Modula-2

module github.com/asim/go-micro/plugins/config/encoder/cue/v4
go 1.16
require (
cuelang.org/go v0.0.15
github.com/ghodss/yaml v1.0.0
github.com/stretchr/testify v1.7.0
go-micro.dev/v4 v4.2.1
)
replace go-micro.dev/v4 => ../../../../../go-micro