{"id":21900794,"url":"https://github.com/zosmac/godep","last_synced_at":"2025-03-22T06:12:54.908Z","repository":{"id":65349667,"uuid":"585709174","full_name":"zosmac/godep","owner":"zosmac","description":"GO module package DEPendency graph.","archived":false,"fork":false,"pushed_at":"2025-03-13T13:00:57.000Z","size":143,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T14:21:26.499Z","etag":null,"topics":["golang","graphviz","svg"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zosmac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-05T21:40:39.000Z","updated_at":"2025-03-13T13:01:01.000Z","dependencies_parsed_at":"2025-01-18T02:36:40.418Z","dependency_job_id":"c527927f-e4f6-4bcf-a35d-aad3c517bde3","html_url":"https://github.com/zosmac/godep","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"25a705368edcb2d3f5524b617480c6e1624b737d"},"previous_names":["zosmac/gonode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zosmac%2Fgodep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zosmac%2Fgodep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zosmac%2Fgodep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zosmac%2Fgodep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zosmac","download_url":"https://codeload.github.com/zosmac/godep/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244913330,"owners_count":20530817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","graphviz","svg"],"created_at":"2024-11-28T15:10:33.338Z","updated_at":"2025-03-22T06:12:54.889Z","avatar_url":"https://github.com/zosmac.png","language":"Go","readme":"# Welcome to *Godep*: *Go* module package *dep*endency graph\n\n- [Welcome to *Godep*: *Go* module package dependency graph](#welcome-to-godep-go-module-package-dependency-graph)\n- [Overview](#overview)\n- [Installing *Godep*](#installing-godep)\n- [Using *Godep*](#using-godep)\n- [Notices](#notices)\n\n## Overview\n\nThe `godep` command parses the Go module in the current directory using the standard library's `go/ast` package. It builds a package dependency graph for the *[Graphviz](\u003chttps://graphviz.org\u003e)* `dot` command that produces a SVG file for display.\n\n## Installing *Godep*\n\nThe `godep` command depends on *Graphviz*. To download and install *[Graphviz](\u003chttps://graphviz.org/download/source/\u003e)*, select a stable release, download its tar file, build, and install.\n\n```zsh\ntar xzvf =(curl -L \"https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/7.1.0/graphviz-7.1.0.tar.gz\")\ncd graphviz-7.1.0\n./configure\nmake\nsudo make install\n```\n\nWith the `dot` command in place, download and install *Godep*:\n\n```zsh\ngo install github.com/zosmac/godep@latest\n```\n\n## Using *Godep*\n\nThe `godep` command takes no arguments. Set the current directory to that for a Go language module, defined by a `go.mod` file. Direct the standard output to a SVG file and open in a browser.\n\n```zsh\n() {\n  godep \u003e$1\n  mv $1 $1.svg\n  open $1.svg\n  sleep 1\n  rm $1.svg\n} `mktemp /tmp/XXXXXX`\n```\n\n![gomon module package dependencies](assets/gomon.svg)\n\n## Notices\n\nCopyright © 2023 The Gomon Project.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzosmac%2Fgodep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzosmac%2Fgodep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzosmac%2Fgodep/lists"}