mirror of
https://github.com/go-micro/go-micro.git
synced 2025-05-25 21:53:14 +02:00
13 lines
251 B
Modula-2
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
|