Skip to content

tencentcloud dependency seems to be gone #172

@fagossa

Description

@fagossa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions