Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

cli has build error #18

Open
lorentz-wu opened this issue Jun 5, 2023 · 1 comment
Open

cli has build error #18

lorentz-wu opened this issue Jun 5, 2023 · 1 comment

Comments

@lorentz-wu
Copy link

..\cmd.go:9:2: no required module provides package go-micro.dev/v4/cmd; to add it:
go get go-micro.dev/v4/cmd

go-micro/go-micro/cmd is empty

@lorentz-wu
Copy link
Author

fix it from
mcmd "go-micro.dev/v4/cmd"
to
mcmd "go-micro.dev/v4/util/cmd"

in go-micro project cmd move to util/cmd

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant