Skip to content

Commit

Permalink
Fix go dependencies (#99)
Browse files Browse the repository at this point in the history
Fixes #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/[email protected]
used for two different module paths (github.com/sourcegraph/appdash-data
and sourcegraph.com/sourcegraph/appdash-data) (Did you use -json on go
test?)
  • Loading branch information
danielrbradley authored Jan 3, 2024
1 parent bce6cd1 commit 7537b91
Show file tree
Hide file tree
Showing 2 changed files with 3,240 additions and 120 deletions.
4 changes: 3 additions & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ module github.com/pulumi/pulumi-cdk/examples

go 1.16

require github.com/pulumi/pulumi/pkg/v3 v3.29.0
require github.com/pulumi/pulumi/pkg/v3 v3.99.0

replace sourcegraph.com/sourcegraph/appdash-data => github.com/sourcegraph/appdash-data v0.0.0-20151005211030-6f926ddc37d5
Loading

0 comments on commit 7537b91

Please sign in to comment.