{"id":13712274,"url":"https://github.com/shurcooL/Go-Package-Store","last_synced_at":"2025-05-06T21:33:44.074Z","repository":{"id":13505668,"uuid":"16196540","full_name":"shurcooL/Go-Package-Store","owner":"shurcooL","description":"An app that displays updates for the Go packages in your GOPATH.","archived":false,"fork":false,"pushed_at":"2023-11-26T05:18:51.000Z","size":14707,"stargazers_count":899,"open_issues_count":7,"forks_count":29,"subscribers_count":24,"default_branch":"main","last_synced_at":"2024-11-11T09:14:43.303Z","etag":null,"topics":["go"],"latest_commit_sha":null,"homepage":"","language":"Go","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/shurcooL.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}},"created_at":"2014-01-24T06:02:09.000Z","updated_at":"2024-09-18T08:57:53.000Z","dependencies_parsed_at":"2024-01-07T21:48:32.623Z","dependency_job_id":null,"html_url":"https://github.com/shurcooL/Go-Package-Store","commit_stats":{"total_commits":278,"total_committers":4,"mean_commits":69.5,"dds":0.07194244604316546,"last_synced_commit":"a90593da3d927e3df40203ad239e57cb178a9f55"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shurcooL%2FGo-Package-Store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shurcooL%2FGo-Package-Store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shurcooL%2FGo-Package-Store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shurcooL%2FGo-Package-Store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shurcooL","download_url":"https://codeload.github.com/shurcooL/Go-Package-Store/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224075990,"owners_count":17251673,"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":["go"],"created_at":"2024-08-02T23:01:16.608Z","updated_at":"2024-11-13T22:31:30.815Z","avatar_url":"https://github.com/shurcooL.png","language":"Go","funding_links":[],"categories":["Go 工具","Repositories","Software Packages","Go Tools","软件包","軟件包","Other Software"],"sub_categories":["其他软件库和软件包","Other Software","其他软件","其他軟件","Contents"],"readme":"Go Package Store\n================\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/shurcooL/Go-Package-Store.svg)](https://pkg.go.dev/github.com/shurcooL/Go-Package-Store)\n\nGo Package Store displays updates for the Go packages in your GOPATH.\n\n![](Screenshot.png)\n\nInstallation\n------------\n\n```sh\ngo install github.com/shurcooL/Go-Package-Store/cmd/Go-Package-Store@latest\n```\n\nUsage\n-----\n\n```\nUsage: Go-Package-Store [flags]\n       [newline separated packages] | Go-Package-Store -stdin [flags]\n  -dep string\n    \tDetermine the list of Go packages from the specified Gopkg.toml file.\n  -git-subrepo string\n    \tLook for Go packages vendored using git-subrepo in the specified vendor directory.\n  -godeps string\n    \tRead the list of Go packages from the specified Godeps.json file.\n  -http string\n    \tListen for HTTP connections on this address. (default \"localhost:7043\")\n  -stdin\n    \tRead the list of newline separated Go packages from stdin.\n\nGitHub Access Token:\n  To display updates for private repositories on GitHub, or when\n  you've exceeded the unauthenticated rate limit, you can provide\n  a GitHub access token for Go Package Store to use via the\n  GO_PACKAGE_STORE_GITHUB_TOKEN environment variable.\n\nExamples:\n  # Check for updates for all Go packages in GOPATH.\n  Go-Package-Store\n\n  # Show updates for all golang.org/x/... packages.\n  go list golang.org/x/... | Go-Package-Store -stdin\n\n  # Show updates for all dependencies within Gopkg.toml constraints.\n  Go-Package-Store -dep=/path/to/repo/Gopkg.toml\n\n  # Show updates for all Go packages vendored using git-subrepo\n  # in the specified vendor directory.\n  Go-Package-Store -git-subrepo=/path/to/repo/vendor\n```\n\nDevelopment\n-----------\n\nThis package relies on `go generate` directives to process and statically embed assets. For development only, you may need extra dependencies. You can build and run the package in development mode, where all assets are always read and processed from disk:\n\n```sh\ngo build -tags=dev github.com/shurcooL/Go-Package-Store/cmd/Go-Package-Store\n```\n\nWhen you're done with development, you should run `go generate` before committing:\n\n```sh\ngo generate github.com/shurcooL/Go-Package-Store/...\n```\n\nAlternatives\n------------\n\n-\t[GoFresh](https://github.com/divan/gofresh) - Console tool for checking and updating package dependencies (imports).\n\nLicense\n-------\n\n-\t[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FshurcooL%2FGo-Package-Store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FshurcooL%2FGo-Package-Store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FshurcooL%2FGo-Package-Store/lists"}