{"id":36654764,"url":"https://github.com/dpcat237/go-dsu","last_synced_at":"2026-01-12T10:16:31.868Z","repository":{"id":57533847,"uuid":"267117315","full_name":"dpcat237/go-dsu","owner":"dpcat237","description":"Go Dependencies Secure Updater","archived":false,"fork":false,"pushed_at":"2020-07-22T14:54:06.000Z","size":1897,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T00:36:09.777Z","etag":null,"topics":["dependency-analysis","go","go-modules","golang","golang-module","golang-tools","updater"],"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/dpcat237.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-26T18:11:56.000Z","updated_at":"2022-02-06T12:41:29.000Z","dependencies_parsed_at":"2022-09-26T18:21:19.257Z","dependency_job_id":null,"html_url":"https://github.com/dpcat237/go-dsu","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/dpcat237/go-dsu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpcat237%2Fgo-dsu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpcat237%2Fgo-dsu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpcat237%2Fgo-dsu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpcat237%2Fgo-dsu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpcat237","download_url":"https://codeload.github.com/dpcat237/go-dsu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpcat237%2Fgo-dsu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["dependency-analysis","go","go-modules","golang","golang-module","golang-tools","updater"],"created_at":"2026-01-12T10:16:27.278Z","updated_at":"2026-01-12T10:16:31.851Z","avatar_url":"https://github.com/dpcat237.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go-DSU\n\n[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)\n[![Release](https://img.shields.io/github/v/release/dpcat237/go-dsu.svg)](https://github.com/dpcat237/go-dsu/releases/latest)\n[![Go Report Card](https://goreportcard.com/badge/github.com/dpcat237/go-dsu)](https://goreportcard.com/report/github.com/dpcat237/go-dsu)\n[![Go test](https://github.com/dpcat237/go-dsu/workflows/Go%20test/badge.svg)](https://github.com/dpcat237/go-dsu/workflows/Go%20test/badge.svg)\n[![codecov](https://codecov.io/gh/dpcat237/go-dsu/branch/master/graph/badge.svg)](https://codecov.io/gh/dpcat237/go-dsu)\n[![codebeat badge](https://codebeat.co/badges/3253db71-5cd4-4c29-9194-503b186494de)](https://codebeat.co/projects/github-com-dpcat237-go-dsu-master)\n\nGo DSU (Dependencies Secure Updater) - provides tools to update Go dependencies with more control than default Go tools. \n\nNow `go-dsu` allows:\n- List vulnerabilities and license dependencies and sub dependencies\n- Preview available dependencies updates with vulnerabilities and changes in license\n- Update dependencies using one of available modes\n\nVulnerabilities checked from [OSS Index](https://ossindex.sonatype.org/) which uses [CWE](http://cwe.mitre.org/) and [NVD](https://nvd.nist.gov/) databases.\n\n## Installation\n\n    go get github.com/dpcat237/go-dsu\n\n### Requirements\n\n[Go 1.11+](https://golang.org/doc/install), [Git](https://git-scm.com/downloads), and Go modules as dependencies manager.\n\nFor private repositories it's required SSH key for Git.\n\n## Usage\n\n```\n$ go-dsu\nGo DSU - provides tools to update Go dependencies with more control than default Go modules.\n\nUsage:\n  go-dsu [command]\n\nAvailable Commands:\n  analyze     Analyze current dependencies\n  help        Help about any command\n  preview     Preview updates\n  update      Update modules\n  version     Version\n\nFlags:\n  -h, --help   help for go-dsu\n\nUse \"go-dsu [command] --help\" for more information about a command.\n```\n\n### [Usage examples](doc/Examples.md)\n\n## Contributing\nGo DSU is an open source project and contributions are welcome! Check out the [Issues](https://github.com/dpcat237/go-dsu/issues) or create a new one after reading [Code of Conduct](.github/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpcat237%2Fgo-dsu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpcat237%2Fgo-dsu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpcat237%2Fgo-dsu/lists"}