{"id":15857937,"url":"https://github.com/radeksimko/go-mod-diff","last_synced_at":"2025-04-01T19:44:11.635Z","repository":{"id":139304035,"uuid":"169322839","full_name":"radeksimko/go-mod-diff","owner":"radeksimko","description":"To make comparison of Go dependencies easier after migrating to Go modules","archived":false,"fork":false,"pushed_at":"2020-04-12T12:34:45.000Z","size":472,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T12:48:29.694Z","etag":null,"topics":["dependencies","go","go-modules","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/radeksimko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-02-05T22:25:06.000Z","updated_at":"2023-02-07T17:01:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b95f717-02ef-4ea1-a78c-039d03d0a042","html_url":"https://github.com/radeksimko/go-mod-diff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeksimko%2Fgo-mod-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeksimko%2Fgo-mod-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeksimko%2Fgo-mod-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeksimko%2Fgo-mod-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radeksimko","download_url":"https://codeload.github.com/radeksimko/go-mod-diff/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246704087,"owners_count":20820524,"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":["dependencies","go","go-modules","golang"],"created_at":"2024-10-05T20:42:52.816Z","updated_at":"2025-04-01T19:44:11.609Z","avatar_url":"https://github.com/radeksimko.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-mod-diff [![CircleCI](https://circleci.com/gh/radeksimko/go-mod-diff.svg?style=svg)](https://circleci.com/gh/radeksimko/go-mod-diff)\n\nTo make comparison of Go dependencies easier.\n\n## Why?\n\n`go mod init` is capable of migrating dependencies and its versions from\nother dependency managers (such as govendor).\nIt does so on best effort basis.\n\nPinning to the exact same version is not always possible after migration:\n\n - some package managers version on package level, not modules, which results in multiple versions of a module\n    - Go modules enforce 1 version per module (usually repository)\n - some package managers have different ways of pinning to tags or revisions\n    - Go modules prefer semver-based pinning\n - some package managers don't track transitive dependencies\n    - Go modules track all transitive dependencies\n\nFor these (and more) reasons this tool aims to help with comparison of dependency versions before and after the migration.\n\n## Supports\n\n - [Govendor](https://github.com/kardianos/govendor) as input format.\n\n## Usage\n\nRun from the root of Go Module enabled repository (where `go.mod` is):\n```\n$ go-mod-diff /tmp/0.11-vendor.json\n```\n\n## Example output\n\n![screen shot 2019-02-12 at 21 44 51](https://user-images.githubusercontent.com/287584/52670013-7bd3be00-2f0f-11e9-91cd-30bc609b6006.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradeksimko%2Fgo-mod-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradeksimko%2Fgo-mod-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradeksimko%2Fgo-mod-diff/lists"}