Skip to content

Commit

Permalink
docs: update README.md to include all examples (google#116)
Browse files Browse the repository at this point in the history
There were two Go examples missing in README.md.
  • Loading branch information
cuixq authored Dec 5, 2024
1 parent 9d051cd commit acd41b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,18 @@ Example applications written in Go can be found in the `examples` directory:
- [`dependencies_dot`](examples/go/dependencies_dot) fetches a resolved
dependency graph from the deps.dev HTTP API and renders it in the DOT
language used by Graphviz.
- [`maven_parse_resolve`](examples/go/maven_parse_resolve) parses and
processes a Maven pom.xml and then calls the resolver to generate the
dependency graph.
- [`package_lock_licenses`](examples/go/package_lock_licenses) and
[`package_lock_licenses_batch`](examples/go/package_lock_licenses_batch)
read dependencies from an npm package-lock.json file and fetch their licenses
from deps.dev, using concurrent requests to the gRPC API or batch requests to
the HTTP API, respectively.
- [`resolve`](examples/go/resolve) performs dependency resolution for a single
version of a published npm package, and then compares the resulting graph with
the result from [`GetDependencies`](https://docs.deps.dev/api/v3alpha/#getdependencies)
endpoint.

## Third party tools and integrations

Expand Down

0 comments on commit acd41b8

Please sign in to comment.