aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2023-01-11 10:49:37 -0500
committerSteve Winslow <steve@swinslow.net>2023-01-11 10:49:37 -0500
commitd373885d29c04e4c18c0d4a46415532385250b8c (patch)
tree86088cee2d1cbf7cf96157f9705ffc7297dd1e24
parentd6f58551be3f8268f8dca718e501de24895fa5b2 (diff)
downloadspdx-tools-d373885d29c04e4c18c0d4a46415532385250b8c.tar.gz
docs: Remove outdated statement about requirements
The README file currently states that tools-golang has no dependencies other than spdx/gordf and the Go standard library. With the addition of the YAML functionality and usage of go-cmp, this is no longer an accurate statement. Rather than calling out the specific dependencies, this commit just removes that section. Users are able to check go.mod and go.sum if they want to know which dependencies are required. Signed-off-by: Steve Winslow <steve@swinslow.net>
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index 0b9f4e6..27b752a 100644
--- a/README.md
+++ b/README.md
@@ -50,13 +50,6 @@ tools-golang doesn't currently do any of the following:
We are working towards adding functionality for all of these. Code contributions
are welcome!
-## Requirements
-
-tools-golang uses https://github.com/spdx/gordf to manage RDF input and output.
-
-Other than that, tools-golang does not require anything outside the Go standard
-library.
-
## Documentation
SPDX tools-golang documentation is available on the pkg.go.dev website at https://pkg.go.dev/github.com/spdx/tools-golang.