You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recent commit of the vendor directoy causes a type mismatch in our use of the consul api.
go-micro/registry/consul/watcher.go:48:33: cannot use cr.Client (type *"github.com/hashicorp/consul/api".Client) as type *"github.com/hashicorp/consul/vendor/github.com/hashicorp/consul/api".Client in argument to wp.RunWithClientAndLogger
go-micro/registry/consul/watcher.go:213:37: cannot use cw.r.Client (type *"github.com/hashicorp/consul/api".Client) as type *"github.com/hashicorp/consul/vendor/github.com/hashicorp/consul/api".Client in argument to wp.RunWithClientAndLogger
Is it possible to correct the referencing for this?
The text was updated successfully, but these errors were encountered:
Definitely. I am not at my laptop at the moment to PR this but it should only require running make update-vendor as that will remove consul from the vendor dir
The recent commit of the vendor directoy causes a type mismatch in our use of the consul api.
Is it possible to correct the referencing for this?
The text was updated successfully, but these errors were encountered: