Skip to content

Commit

Permalink
fix: fix ambiguous import error on generated project
Browse files Browse the repository at this point in the history
Signed-off-by: Rich Lander <lander2k2@protonmail.com>
  • Loading branch information
lander2k2 committed Nov 7, 2022
1 parent 05479eb commit 4fe19ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/plugins/workload/v1/scaffolds/templates/gomod.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ func goModDependencyMap() map[string]string {

func goModIndirectDependencyMap() map[string]string {
return map[string]string{
"gopkg.in/check.v1": "v1.0.0-20201130134442-10cb98267c6c",
"gopkg.in/check.v1": "v1.0.0-20201130134442-10cb98267c6c",
"cloud.google.com/go/compute/metadata": "v0.2.1",
}
}

Expand Down

0 comments on commit 4fe19ec

Please sign in to comment.