github.com/go-git/go-git/v5
go
pkg:golang/github.com/go-git/go-git/v5
1,671 Dependabot PRs
1 day ago
646 repositories
20 repositories
Security Advisories
Maliciously crafted Git server replies can cause DoS on go-git clients
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 )
Bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.2 in /gridify
threefoldtech/tfgrid-sdk-go #1380
build(deps): bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2
eng618/eng #20
chore(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.16.2
jpinkham/trivy #330
chore(deps): Bump the other-dependencies group in /test with 7 updates
rancher/turtles #1492
build(deps): bump the go_modules group across 2 directories with 4 updates
build(deps): bump the all group across 1 directory with 3 updates
feiskyer/cloud-provider-azure #523
Bump github.com/go-git/go-git/v5 from 5.13.1 to 5.16.2
buildpacks-community/kpack #1881
build(deps): Bump the all-go-modules group with 14 updates
cometbft/cometbft #5227
build(deps): Bump the all-go-modules group with 21 updates
cometbft/cometbft #5226
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in the go_modules group across 1 directory
build(deps): bump the go_modules group across 2 directories with 5 updates
Bump the all group across 1 directory with 8 updates
cifuab/release #186
chore(deps): bump the minor-patch group across 1 directory with 6 updates
kilianpaquier/craft #153
:seedling: Bump the gomod group across 2 directories with 18 updates
build(deps): bump the gomod group across 1 directory with 6 updates
chainguard-dev/melange #2048
Bump the go-dependencies group across 1 directory with 18 updates
Bump the go_modules group with 8 updates
alexkinch/evans #11
chore(deps): bump the common group across 1 directory with 39 updates
chore(deps): bump the engine group across 1 directory with 48 updates
shykes/dagger #382
Bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.2
Bump github.com/go-git/go-git/v5 from 5.13.2 to 5.16.2
faelmori/kbr-cli #20
build(deps): Bump the all-go-modules group with 21 updates
cometbft/cometbft #5210
Golang(deps): Bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.2
saurabhKS14/go-GitVisualizer #27
Bump the go-dependencies group across 1 directory with 17 updates
radius-project/radius #9825
Bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.2
Bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2
cnrancher/hangar #184
chore(deps): bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2
chore(deps): bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2
daniel-codefresh/argo-events #955
chore(deps): bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2
argoproj/argo-events #3636
chore(deps): bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2
dpadhiar/argo-events #1106
Bump the go-dependencies group across 1 directory with 19 updates
berops/claudie #1769
build(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.16.2
grouville/dagger #571
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in /tests
chore(deps): bump the minor-patch group across 1 directory with 5 updates
kilianpaquier/craft #152
Bump github.com/go-git/go-git/v5 from 5.10.1 to 5.16.2
chore(deps): bump the go_modules group across 1 directory with 5 updates
offsoc/grype #3
chore(deps): bump the go_modules group across 12 directories with 10 updates
offsoc/cds #3
chore(deps): bump the go_modules group across 1 directory with 10 updates
offsoc/trivy #3
chore(deps): bump the go_modules group across 1 directory with 5 updates
build(deps): bump the go_modules group across 1 directory with 6 updates
Bump the gomod group across 1 directory with 2 updates
Bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2
[dep][go](deps): Bump github.com/go-git/go-git/v5 from 5.5.1 to 5.16.2
build(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.2
gszr/dot #37
chore(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.2
owenrumney/squealer #145
chore(deps): bump the common group across 1 directory with 54 updates
tnir/trivy #251
Bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.2 in the gomod group
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.16.2
gopxl/docgen #30
Bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.2 in /HadesCloneContainer
ls1intum/hades #216
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.16.2
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
5 months ago |
| Dependent Repos: | 13,417 |
| Dependent Packages: | 8,164 |
| Ranking: | Top 0.0657% by dependent repos Top 0.0353% by dependent pkgs |