Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transitive dependencies show up as relative paths in .mod.cache.json #3285

Closed
binaek opened this issue Mar 31, 2023 · 0 comments · Fixed by #3290
Closed

Transitive dependencies show up as relative paths in .mod.cache.json #3285

binaek opened this issue Mar 31, 2023 · 0 comments · Fixed by #3290
Assignees

Comments

@binaek
Copy link
Contributor

binaek commented Mar 31, 2023

{
  "../../../../../../../var/folders/g2/xyz2244x44q4jgcl8jszvqhm0000gn/T/sp_dr_3348992006": {
    "github.com/pskrbasu/steampipe-mod-m1": {
      "name": "github.com/pskrbasu/steampipe-mod-m1",
      "alias": "m1",
      "version": "2.8.0",
      "constraint": "v2.8",
      "struct_version": 20220411
    }
  },
  "m2": {
    "github.com/pskrbasu/steampipe-mod-m1": {
      "name": "github.com/pskrbasu/steampipe-mod-m1",
      "alias": "m1",
      "version": "2.9.0",
      "constraint": "v2.9",
      "struct_version": 20220411
    },
    "github.com/pskrbasu/steampipe-mod-m3": {
      "name": "github.com/pskrbasu/steampipe-mod-m3",
      "alias": "m3",
      "version": "9.0.0",
      "constraint": "*",
      "struct_version": 20220411
    }
  }
}                                                                                                                                                                                                                                         
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant