File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,18 @@ Example applications written in Go can be found in the `examples` directory:
56
56
- [ ` dependencies_dot ` ] ( examples/go/dependencies_dot ) fetches a resolved
57
57
dependency graph from the deps.dev HTTP API and renders it in the DOT
58
58
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.
59
62
- [ ` package_lock_licenses ` ] ( examples/go/package_lock_licenses ) and
60
63
[ ` package_lock_licenses_batch ` ] ( examples/go/package_lock_licenses_batch )
61
64
read dependencies from an npm package-lock.json file and fetch their licenses
62
65
from deps.dev, using concurrent requests to the gRPC API or batch requests to
63
66
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.
64
71
65
72
## Third party tools and integrations
66
73
You can’t perform that action at this time.
0 commit comments