-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Description
hello asim!good moning!
my go.mod like this
[
module ds
go 1.24.4
replace (
github.com/mcuadros/go-gin-prometheus => github.com/zsais/go-gin-prometheus v1.1.1
github.com/micro/go-micro => go-micro.dev/v5 v5.9.0
github.com/micro/go-micro/v5 => go-micro.dev/v5 v5.9.0
)
]
when i excute the command tidy,an error just like this:
go: ds/basic/ecode imports
go-micro.dev/v5/client: go-micro.dev/v5/client@v1.18.0: parsing go.mod:
module declares its path as: github.com/micro/go-micro
but was required as: go-micro.dev/v5/client
How can I do ?
Metadata
Metadata
Assignees
Labels
No labels