pulumi / pulumi-cdk

Pulumi/CDK Interop Library
Apache License 2.0
60 stars 5 forks source link

Fix go dependencies #99

Closed danielrbradley closed 6 months ago

danielrbradley commented 6 months ago

Fixes https://github.com/pulumi/pulumi-cdk/issues/98

  1. Upgrade dependencies
  2. Replace sourcegraph.com/sourcegraph/appdash-data
  3. Use older version in replacement to avoid go panic when module version already referenced:

panic: unexpected output encountered: go: github.com/sourcegraph/appdash-data@v0.0.0-20151005221446-73f23eafcf67 used for two different module paths (github.com/sourcegraph/appdash-data and sourcegraph.com/sourcegraph/appdash-data) (Did you use -json on go test?)