-
Notifications
You must be signed in to change notification settings - Fork 126
Description
Hello people,
I've just realized that this project depends on an unexpected version of tencentcloud
: https://github.com/hashicorp/go-discover/blob/master/go.mod#L33 :
github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible
The tag v3.0.83
in their repo seems to be gone. I can still build locally because I imagine https://proxy.golang.org
still has the cached version. However, it won't build using a configuration like this:
GOPROXY="direct"
So, I was wondering if you have plans for a new version of go-discover
using an existing tag for tencentcloud
?
In go-discover
currently there are no tags (I know you are aware) so, a default v0.0.0
version is used in repos dependent on this one (eg, https://github.com/hashicorp/vault/blob/master/go.mod#L63 )
github.com/hashicorp/go-discover v0.0.0-20201029210230-738cb3105cd0
Edit:
go-kms-wrapping seems to have the same problem. I also created an issue over there.
Thanks a lot