{"id":13764127,"url":"https://github.com/firstrow/go-outdated","last_synced_at":"2025-05-10T17:31:40.630Z","repository":{"id":34313379,"uuid":"38230743","full_name":"firstrow/go-outdated","owner":"firstrow","description":"Find outdated golang packages","archived":true,"fork":false,"pushed_at":"2019-01-15T09:49:38.000Z","size":93,"stargazers_count":43,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T18:42:11.144Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/firstrow.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}},"created_at":"2015-06-29T06:10:39.000Z","updated_at":"2024-07-16T09:05:15.000Z","dependencies_parsed_at":"2022-09-03T01:07:01.741Z","dependency_job_id":null,"html_url":"https://github.com/firstrow/go-outdated","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/firstrow%2Fgo-outdated","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstrow%2Fgo-outdated/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstrow%2Fgo-outdated/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstrow%2Fgo-outdated/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firstrow","download_url":"https://codeload.github.com/firstrow/go-outdated/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253453357,"owners_count":21911082,"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":[],"created_at":"2024-08-03T15:01:14.851Z","updated_at":"2025-05-10T17:31:40.361Z","avatar_url":"https://github.com/firstrow.png","language":"Go","funding_links":[],"categories":["Code Analysis","Linters","代码分析","相关工具","相关工具`go相关工具和插件`","Libraries for creating HTTP middlewares"],"sub_categories":["Routers","Middlewares","Misc","路由器","代码分析"],"readme":"# This project is not supported anymore\n\nGo-outdated is minimalistic library that helps to find outdated packages hosted on github.com in your golang project.\n\n![Dashboard](https://raw.githubusercontent.com/firstrow/go-outdated/master/sample.png)\n\n## Installation\nInstall the library with:\n``` bash\ngo get -u github.com/firstrow/go-outdated\n```\n\n## Usage\nNote: To use this library without limitations, you should create GitHub access token.\n``` bash\ncd $GOPATH/path/to/your/project\ngo-outdated\n```\n\n## GitHub access token\nGitHub API has requests limit. You should create access token and pass it to `go-outdated`\n``` bash\ngo-outdated -token=YOUR_PRIVATE_GITHUB_TOKEN\n```\n\n## Re-entering API token\nYes, typing each time access token in command-line is not easy. Use git config to re-use token:\n``` bash\ngit config --global github.token YOUR_PRIVATE_GITHUB_TOKEN\ngo-outdated # token will be taken from git config\n```\nGithub doc: https://github.com/blog/180-local-github-config\n\n## Aliases\nIf you for some reason do not want to configure you local git config, You can create command-line alias in your `.zshrc` or `.bashrc` files. Example:\n``` bash\nalias go-outdated='go-outdated -token=YOUR_PRIVATE_GITHUB_TOKEN'\n```\n\n## Todo\n- Cache\n- Refactor\n\n## Links\nHow-to create API tokens: https://help.github.com/articles/creating-an-access-token-for-command-line-use/  \n\n## Alternatives:\nhttps://github.com/shurcooL/Go-Package-Store  \nhttps://github.com/divan/gofresh\n\n## License:\nThe MIT License (MIT) \nhttp://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstrow%2Fgo-outdated","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirstrow%2Fgo-outdated","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstrow%2Fgo-outdated/lists"}