Skip to content

Commit

Permalink
reftype driver tests missing x/tools/imports dep
Browse files Browse the repository at this point in the history
  • Loading branch information
1pkg committed Oct 25, 2021
1 parent c55e5b5 commit c401c73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generators/reftype/drvier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ func init() {
if err != nil {
log.Fatal(err)
}

_, _ = internal.GoExec("get github.com/1pkg/gofire")(context.TODO(), dir)
_, _ = internal.GoExec("get golang.org/x/tools/imports")(context.TODO(), dir)
_, _ = internal.GoExec("get github.com/mitchellh/mapstructure")(context.TODO(), dir)
}

Expand Down

0 comments on commit c401c73

Please sign in to comment.