hashicorp / go-discover

Discover nodes in cloud environments
Mozilla Public License 2.0
563 stars 123 forks source link

Issue with aliyun_discover.go saying that we cannot use map #203

Open nonus25 opened 2 years ago

nonus25 commented 2 years ago

Hi guys seems when we using this module we started getting this err

# github.com/hashicorp/go-discover/provider/aliyun
../../../../pkg/mod/github.com/hashicorp/go-discover@v0.0.0-20200812215701-c4b85f6ed31f/provider/aliyun/aliyun_discover.go:74:8: cannot use map[string]string{…} (value of type map[string]string) as type []ecs.TagType in struct literal

and the issue is caused by github.com/denverdino/aliyungo v0.0.0-20220905031958-589a058e1592 // indirect and I am actually not even interested to use this provider only for GKE or EKS

and this works fine with github.com/denverdino/aliyungo v0.0.0-20200929080117-4fc2b424761a

any help on this ?

mandeepbrar commented 1 year ago

Were you able to solve this?