From 6026b6a707601bfbd0e9697107cc5cd3556acdeb Mon Sep 17 00:00:00 2001 From: Patrick Peters Date: Wed, 9 Oct 2024 03:33:41 -0500 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 191ff49f..b1a3d956 100644 --- a/README.md +++ b/README.md @@ -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)**