Skip to content
代码片段 群组 项目
未验证 提交 1237c3c4 编辑于 作者: Jon Glassman's avatar Jon Glassman 提交者: GitLab
浏览文件

Merge branch 'ck3g-update-list-of-x-ray-package-managers' into 'master'

Update package managers list for X-Ray

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/144220



Merged-by: default avatarJon Glassman <jglassman@gitlab.com>
Approved-by: default avatarJon Glassman <jglassman@gitlab.com>
Co-authored-by: default avatarVitali Tatarintev <vtatarintev@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -28,6 +28,14 @@ By understanding the frameworks, libraries and other dependencies in use, Reposi ...@@ -28,6 +28,14 @@ By understanding the frameworks, libraries and other dependencies in use, Reposi
| Python | Poetry | `pyproject.toml` | | Python | Poetry | `pyproject.toml` |
| Python | Pip | `requirements.txt` | | Python | Pip | `requirements.txt` |
| Python | Conda | `environment.yml` | | Python | Conda | `environment.yml` |
| PHP | Composer | `composer.json` |
| Java | Maven | `pom.xml` |
| Java | Gradle | `build.gradle` |
| Kotlin | Gradle | `build.gradle.kts` |
| C# | NuGet | `*.csproj` |
| C/C++ | Conan | `conanfile.txt` |
| C/C++ | Conan | `conanfile.py` |
| C/C++ | vcpkg | `vcpkg.json` |
## Enable Repository X-Ray ## Enable Repository X-Ray
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册