{"id":15857704,"url":"https://github.com/radeksimko/go-mod-stat","last_synced_at":"2025-04-01T19:43:29.915Z","repository":{"id":139304073,"uuid":"170580896","full_name":"radeksimko/go-mod-stat","owner":"radeksimko","description":"To identify go-mod unaware dependencies","archived":false,"fork":false,"pushed_at":"2020-04-12T12:42:42.000Z","size":89,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-11T13:50:00.259Z","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-13T21:17:26.000Z","updated_at":"2024-06-19T08:05:27.549Z","dependencies_parsed_at":"2024-06-19T08:05:26.755Z","dependency_job_id":"977a94da-4b0d-4cc0-9346-4015331ba585","html_url":"https://github.com/radeksimko/go-mod-stat","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeksimko%2Fgo-mod-stat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeksimko%2Fgo-mod-stat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeksimko%2Fgo-mod-stat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeksimko%2Fgo-mod-stat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radeksimko","download_url":"https://codeload.github.com/radeksimko/go-mod-stat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246703777,"owners_count":20820474,"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:41:16.742Z","updated_at":"2025-04-01T19:43:29.887Z","avatar_url":"https://github.com/radeksimko.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-mod-stat\n\nTo list which dependencies are not go-mod-aware and _may_ cause version conflicts during upgrades.\n\n## Caveats\n\nGo tooling refuses to download module versions which are normally not downloadable/discoverable via `go get -u` (semver-based update).\nThis means that module's `master` may already have `go.mod`, but is not discoverable/updatable yet as it's awaiting a new release.\n\n## Installation\n\n```sh\n# Go 1.12+\ngo install github.com/radeksimko/go-mod-stat\n\n# Go 1.11\nGO111MODULE=off go install github.com/radeksimko/go-mod-stat\n```\n\n## Usage\n\n```\n$ go-mod-stat --help\nUsage of go-mod-stat:\n  -modfile string\n    \tPath to go.mod (default \"$PWD/go.mod\")\n```\n\n## Example output\n\n```\ngithub.com/go-test/deep @ v1.0.1 is module-unaware\ngithub.com/golang/mock @ v1.2.0 is module-unaware\ngithub.com/golang/protobuf @ v1.2.0 is module-unaware\ngithub.com/google/go-cmp @ v0.2.0 is module-unaware\ngithub.com/gophercloud/gophercloud @ v0.0.0-20190208042652-bc37892e1968 is module-unaware (updatable to v0.0.0-20190213202128-b18d22ae2c8b)\ngithub.com/hashicorp/consul @ v0.0.0-20171026175957-610f3c86a089 is module-unaware\ngithub.com/hashicorp/go-checkpoint @ v0.0.0-20171009173528-1545e56e46de is module-unaware (updatable to v0.5.0)\ngithub.com/hashicorp/go-getter @ v0.0.0-20180327010114-90bb99a48d86 is module-unaware (updatable to v1.0.3)\ngithub.com/hashicorp/go-rootcerts @ v0.0.0-20160503143440-6bb64b370b90 is module-unaware (updatable to v1.0.0)\ngithub.com/hashicorp/hcl @ v0.0.0-20170504190234-a4b07c25de5f is module-unaware (updatable to v1.0.0)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradeksimko%2Fgo-mod-stat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradeksimko%2Fgo-mod-stat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradeksimko%2Fgo-mod-stat/lists"}