{"id":48113606,"url":"https://github.com/samber/go-mod-graph","last_synced_at":"2026-04-04T16:13:01.747Z","repository":{"id":338563671,"uuid":"1127976699","full_name":"samber/go-mod-graph","owner":"samber","description":"🔭 Go module dependency visualizer","archived":false,"fork":false,"pushed_at":"2026-02-01T18:49:24.000Z","size":526,"stargazers_count":12,"open_issues_count":16,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-15T12:33:33.515Z","etag":null,"topics":["dependencies","go","golang","graph","module","mvs","package","package-manager","pkg","release","visualization"],"latest_commit_sha":null,"homepage":"https://go-mod-graph.samber.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samber.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["samber"]}},"created_at":"2026-01-05T00:20:45.000Z","updated_at":"2026-01-23T23:06:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/samber/go-mod-graph","commit_stats":null,"previous_names":["samber/go-mod-graph"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/samber/go-mod-graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samber%2Fgo-mod-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samber%2Fgo-mod-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samber%2Fgo-mod-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samber%2Fgo-mod-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samber","download_url":"https://codeload.github.com/samber/go-mod-graph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samber%2Fgo-mod-graph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31405699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dependencies","go","golang","graph","module","mvs","package","package-manager","pkg","release","visualization"],"created_at":"2026-04-04T16:13:01.640Z","updated_at":"2026-04-04T16:13:01.730Z","avatar_url":"https://github.com/samber.png","language":"TypeScript","readme":"# Go module dependency graph\n\nA web-based Go module dependency visualizer that helps you explore and understand the dependency tree of any Go module.\n\n🌐 **Try it live:** [go-mod-graph.samber.dev](https://go-mod-graph.samber.dev)\n\n\u003ca href=\"https://go-mod-graph.samber.dev\" title=\"go-mod-graph.samber.dev\"\u003e\n  \u003cimg width=\"1330\" height=\"887\" alt=\"image\" src=\"https://github.com/user-attachments/assets/2acf18d5-4001-42bb-9d0a-a479f32326df\" /\u003e\n\u003c/a\u003e\n\n## 🚀 Features\n\n- ⚡ **Interactive Dependency Graph** - Interactive, zoomable dependency visualization\n- 🔍 **Minimal Version Selection (MVS)** - Go's MVS algorithm for accurate dependency resolution\n- 📦 **Version Management** - View and select module versions with searchable dropdown\n- 📊 **Module Weights** - Optional size display with color-coded badges\n- 🔧 **Custom Proxy Support** - Configure custom Go module proxy for enterprise/offline use\n- 📚 **One-Click Documentation** - Click nodes to open module docs on pkg.go.dev\n\n## ⛽️ Usage\n\n### Development\n\nStart both the proxy server and the frontend dev server:\n\n```bash\n# Terminal 1: Start the Go proxy server\ncd proxy\ngo run main.go\n\n# Terminal 2: Start the frontend dev server\ncd app\nnpm run dev\n```\n\nOpen your browser and navigate to `http://localhost:5173`\n\n### Production Build\n\n```bash\nexport VITE_GO_MOD_PROXY_URL=xxxx\nexport ALLOWED_ORIGINS=yyyy\nexport PORT=8080\n\n# Build the frontend\ncd app\nnpm run build\n\n# Build the Go proxy server\ncd ../proxy\ngo build -o go-mod-graph-proxy main.go\n```\n\nThe built frontend files will be in `app/dist/`. The proxy server can serve these files directly.\n\n## 🤝 Contributing\n\n- Ping me on Twitter [@samuelberthe](https://twitter.com/samuelberthe) (DMs, mentions, whatever :))\n- Fork the [project](https://github.com/samber/go-mod-graph)\n- Fix [open issues](https://github.com/samber/go-mod-graph/issues) or request new features\n\nDon't hesitate ;)\n\n## 👤 Contributors\n\n![Contributors](https://contrib.rocks/image?repo=samber/go-mod-graph)\n\n## 💫 Show your support\n\nGive a ⭐️ if this project helped you!\n\n[![GitHub Sponsors](https://img.shields.io/github/sponsors/samber?style=for-the-badge)](https://github.com/sponsors/samber)\n\n## 📝 License\n\nCopyright © 2026 [Samuel Berthe](https://github.com/samber).\n\nThis project is [MIT](./LICENSE) licensed.\n","funding_links":["https://github.com/sponsors/samber"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamber%2Fgo-mod-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamber%2Fgo-mod-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamber%2Fgo-mod-graph/lists"}