go-mod-outdated
Dependency analyzer
Analyze outdated dependencies in Go projects and display updates
Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists all dependencies of a Go project and their available minor and patch updates. It also provides a way to filter indirect dependencies and dependencies without updates.
651 stars
7 watching
27 forks
Language: Go
last commit: almost 2 years ago
Linked from 2 awesome lists
beautifierbeautifygogo-modulesgolangoutdatedoutdated-dependenciesoutdated-librariesoutdated-packagesprettifierprettify
Related projects:
Repository | Description | Stars |
---|---|---|
psampaz/gothanks | A tool that allows developers to send thanks to the maintainers of Go modules by automatically starring their repositories. | 126 |
bobg/modver | Helps enforce semantic versioning rules in Go modules | 19 |
petejkim/goop | A dependency manager for Go projects inspired by Bundler. | 778 |
owenthereal/goup | A Go package manager designed to simplify the process of installing and managing different versions of the Go programming language. | 547 |
checkmarx/chainjacking | A tool to identify susceptible dependencies in Go projects | 57 |
mouuff/go-rocket-update | A library to enable cross-platform self-updating of Go applications | 103 |
owenthereal/nut | Manages dependencies and vendoring for Go projects by fetching, rewriting import paths, and introducing metadata files. | 232 |
kevincobain2000/gobrew | A tool to simplify Go version management without requiring root access or shell rehashing. | 379 |
th0r/npm-upgrade | Interactive utility to easily update outdated NPM dependencies with changelogs inspection support | 341 |
lucasepe/modgv | Converts Go module graph output to Graphviz DOT language for visualization | 487 |
bradleyfalzon/apicompat | Checks Go projects for changes that might break existing code | 179 |
pimpfiction/govader_backend | An NLP microservice for analyzing the sentiment of user input | 6 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
andrewslotin/go-proxy-pull-action | Automates pulling new Go module versions to a proxy cache upon release | 26 |
tompston/gomakeme | Automates the creation of boilerplate and endpoints for REST APIs in Go. | 11 |