aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Lum <lumjjb@gmail.com>2023-01-12 04:39:12 +0800
committerGitHub <noreply@github.com>2023-01-12 04:39:12 +0800
commit7f2c5bdb3d71bf3b88b3e106665ef50736ef0104 (patch)
tree86088cee2d1cbf7cf96157f9705ffc7297dd1e24
parentd6f58551be3f8268f8dca718e501de24895fa5b2 (diff)
parentd373885d29c04e4c18c0d4a46415532385250b8c (diff)
downloadspdx-tools-7f2c5bdb3d71bf3b88b3e106665ef50736ef0104.tar.gz
Merge pull request #180 from swinslow/fix-reqs-docs
docs: Remove outdated statement about requirements
-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.