github.com/go-git/go-git/v5
go
pkg:golang/github.com/go-git/go-git/v5
1,678 Dependabot PRs
about 6 hours ago
647 repositories
20 repositories
Security Advisories
Maliciously crafted Git server replies can cause DoS on go-git clients
go-git has an Argument Injection via the URL field
Maliciously crafted Git server replies can lead to path traversal and RCE on go-git clients
go-git clients vulnerable to DoS via maliciously crafted Git server replies
Recent PRs (filtered by: Closed )
chore(deps): bump the go_modules group across 10 directories with 5 updates
Bump the go_modules group across 5 directories with 12 updates
offsoc/dddd #2
Bump the third-party group across 1 directory with 2 updates
openziti/ziti-ci #63
chore(deps): bump the go_modules group across 12 directories with 9 updates
offsoc/cds #2
Bump the go-modules group across 1 directory with 70 updates
paketo-buildpacks/cpython #893
Bump the go-modules group across 1 directory with 51 updates
Bump the go-modules group across 1 directory with 55 updates
Bump the go-modules group across 1 directory with 54 updates
paketo-buildpacks/bundler #947
Bump the go-modules group across 1 directory with 54 updates
chore(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.14.0
tonaim/trivy #303
build(deps): bump the dependencies group across 1 directory with 8 updates
build(deps): bump the dependencies group across 1 directory with 8 updates
mayurjawalkar1102/Act-practice-Repo #3
build(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0
LiveOakLabs/terraform-provider-readme #177
chore(deps): bump the go_modules group across 1 directory with 8 updates
Bump the go_modules group across 1 directory with 3 updates
build(deps): bump the go_modules group across 1 directory with 3 updates
build(deps): bump the engine group across 1 directory with 68 updates
samalba/dagger #256
Bump github.com/go-git/go-git/v5 from 5.13.1 to 5.14.0
rwaight/git-describe-semver #13
Bump github.com/go-git/go-git/v5 from 5.13.1 to 5.14.0
dsxack/gitfs #36
chore(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.14.0
krol3/trivy #334
chore(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.14.0
jpinkham/trivy #294
Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.14.0
GoogleCloudPlatform/prometheus-test-infra #139
chore(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.14.0
MaineK00n/trivy #287
chore(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.14.0
xycloops123/trivy #302
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.14.0
kunickiaj/beer #136
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.14.0
RainbowScientist5/rainbowbeasts-sidekicks #31
[dep][go](deps): Bump github.com/go-git/go-git/v5 from 5.5.1 to 5.14.0
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.14.0
build: bump github.com/go-git/go-git/v5 from 5.11.0 to 5.14.0 in /cli/go-git
ggql/go-git #53
chore(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0
ZEISS/knative-extension-sample-source #12
Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0 in /tools/go-changelog
GoogleCloudPlatform/magic-modules #13002
Go: Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0
redhat-developer/odo #7285
Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0 in /deploy/pulumi
SkautDevs/kissj #303
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0
Bump the go-modules group across 1 directory with 56 updates
paketo-buildpacks/pip-install #480
Bump the go-modules group across 1 directory with 53 updates
Bump github.com/go-git/go-git/v5 from 5.0.0 to 5.12.0
codecrafters-io/git-tester #78
Bump the go-modules group across 1 directory with 56 updates
paketo-buildpacks/miniconda #626
Bump the go-modules group across 1 directory with 51 updates
paketo-buildpacks/conda-env-update #454
Bump github.com/go-git/go-git/v5 from 5.1.0 to 5.11.0 in /build in the go_modules group across 1 directory
offsoc/mattermost-plugin-dependency-track #1
Bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0 in /provider
spacelift-io/pulumi-spacelift #47
build(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.11.0 in /tools/dockerfile-add-scanner
zededa/eve #13
Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0
meshery-extensions/meshery-traefik-mesh #310
Bump github.com/go-git/go-git/v5 from 5.0.0 to 5.11.0
Bump github.com/go-git/go-git/v5 from 5.2.0 to 5.6.1
alexandear/import-gitlab-commits #10
Package Details
| Name: | github.com/go-git/go-git/v5 |
| Ecosystem: | go |
| PURL Type: | golang |
| Package URL: | pkg:golang/github.com/go-git/go-git/v5 |
| JSON API: | View JSON |
Security Advisories
Package Information
A highly extensible git implementation in pure Go. go-git aims to reach the completeness of libgit2 or jgit, nowadays covers the majority of the plumbing read operations and some of the main write operations, but lacks the main porcelain operations such as merges. It is highly extensible, we have been following the open/close principle in its design to facilitate extensions, mainly focusing the efforts on the persistence of the objects.
| Repository: | https://github.com/go-git/go-git |
| Homepage: | https://github.com/go-git/go-git |
| Latest Release: |
v5.16.1
6 months ago |
| Dependent Repos: | 13,417 |
| Dependent Packages: | 8,164 |
| Ranking: | Top 0.0657% by dependent repos Top 0.0353% by dependent pkgs |