# Language support
Here you find all languages and package managers supported by debricked.
Note
Currently, we only support pull requests for yarn
and npm
package managers, and integrations using the GitHub app or GitLab.
# Levels of support
Language | Package Manager | File Format | Level of Support* |
---|---|---|---|
C# | NuGet |
|
|
Paket | paket.lock | 2 | |
Go | Bazel | WORKSPACE | 3 |
Go Modules | go.mod | 3 | |
Go Dep | gopkg.lock | 1 | |
Java | Bazel | WORKSPACE | 3 |
Gradle |
|
| |
Maven | pom.xml | 3 | |
JavaScript | Bower | bower.json | 3 |
npm |
|
| |
Yarn |
|
| |
Objective-C | Cocoapods | podfile.lock | 2 |
PHP | Composer |
|
|
Python | pip | requirements.txt | 2 |
Pipenv |
|
| |
Ruby | RubyGems | Gemfile.lock | 2 |
Rust | Cargo | Cargo.lock | 2 |
Swift | Cocoapods | podfile.lock | 2 |
# *Level of support:
- Supports finding root dependencies only
- Supports finding transitive/indirect dependencies
- Supports finding all relations between dependencies (and visualizing as a dependency tree)