Add syft to Awesome-Go Package Management section (#5428)

* Added Syft to awesome-go

* Removed nut

Nut package hasn't had a PR or release since 2016, has no documentation in pkg.go.dev, and currently isn't imported by any other Go projects or packages.
This commit is contained in:
Patrick Peters 2024-10-09 03:33:41 -05:00 committed by GitHub
parent a282c8f5e3
commit 6026b6a707
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2155,7 +2155,7 @@ _Unofficial libraries for package and dependency management._
- [johnny-deps](https://github.com/VividCortex/johnny-deps) - Minimal dependency version using Git.
- [modgv](https://github.com/lucasepe/modgv) - Converts 'go mod graph' output into Graphviz's DOT language.
- [mvn-golang](https://github.com/raydac/mvn-golang) - plugin that provides way for auto-loading of Golang SDK, dependency management and start build environment in Maven project infrastructure.
- [nut](https://github.com/jingweno/nut) - Vendor Go dependencies.
- [syft](https://github.com/anchore/syft) - A CLI tool and Go library for generating a Software Bill of Materials (SBOM) from container images and filesystems.
- [VenGO](https://github.com/DamnWidget/VenGO) - create and manage exportable isolated go virtual environments.
**[⬆ back to top](#contents)**