Skip to content

Commit acd41b8

Browse files
authored
docs: update README.md to include all examples (#116)
There were two Go examples missing in README.md.
1 parent 9d051cd commit acd41b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,18 @@ Example applications written in Go can be found in the `examples` directory:
5656
- [`dependencies_dot`](examples/go/dependencies_dot) fetches a resolved
5757
dependency graph from the deps.dev HTTP API and renders it in the DOT
5858
language used by Graphviz.
59+
- [`maven_parse_resolve`](examples/go/maven_parse_resolve) parses and
60+
processes a Maven pom.xml and then calls the resolver to generate the
61+
dependency graph.
5962
- [`package_lock_licenses`](examples/go/package_lock_licenses) and
6063
[`package_lock_licenses_batch`](examples/go/package_lock_licenses_batch)
6164
read dependencies from an npm package-lock.json file and fetch their licenses
6265
from deps.dev, using concurrent requests to the gRPC API or batch requests to
6366
the HTTP API, respectively.
67+
- [`resolve`](examples/go/resolve) performs dependency resolution for a single
68+
version of a published npm package, and then compares the resulting graph with
69+
the result from [`GetDependencies`](https://docs.deps.dev/api/v3alpha/#getdependencies)
70+
endpoint.
6471

6572
## Third party tools and integrations
6673

0 commit comments

Comments
 (0)