github.com/go-git/go-git/v5
go
pkg:golang/github.com/go-git/go-git/v5
1,675 Dependabot PRs
4 days ago
647 repositories
19 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 )
Bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.1 in the go-modules group
paketo-buildpacks/cpython #916
build(deps): bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.1
chainguard-dev/apko #1700
chore(deps): bump the minor-patch group across 1 directory with 2 updates
kilianpaquier/craft #149
patch(deps): bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.1
jjliggett/jjversion #534
chore(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.1
SDA-SE/image-metadata-collector #150
:seedling: Bump the gomod group across 2 directories with 17 updates
Bump github.com/go-git/go-git/v5 from 5.15.0 to 5.16.0
buildkite/cli #485
chore(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.16.0
jpinkham/trivy #323
chore(deps): bump the go-updates group with 14 updates
taikoxyz/taiko-mono #19571
chore(deps): bump the go-modules group across 1 directory with 45 updates
flanksource/canary-checker #2607
chore(deps): bump the go-modules group across 1 directory with 46 updates
flanksource/canary-checker #2606
chore(deps): bump the go-modules group across 1 directory with 45 updates
flanksource/canary-checker #2601
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0
xarunoba/ccoco #37
build(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.16.0
aria1991/dagger #620
:seedling: Bump the gomod group across 2 directories with 16 updates
build(deps): bump the version-updates group across 1 directory with 118 updates
mchlumsky/mracek #286
Bump the go-dependencies group across 1 directory with 19 updates
berops/claudie #1747
Bump the gomod group with 36 updates
mihaimaruseac/guac #181
chore(deps): bump the common group across 1 directory with 37 updates
build(deps): bump the all group in /kubetest2-aks with 4 updates
feiskyer/cloud-provider-azure #512
Bump the all-go-mod-patch-and-minor group across 2 directories with 40 updates
aws/eks-anywhere #9745
build(deps): bump the version-updates group across 1 directory with 115 updates
mchlumsky/mracek #284
chore(deps): bump the go-modules group across 1 directory with 44 updates
flanksource/canary-checker #2596
build(deps): bump the version-updates group across 1 directory with 112 updates
mchlumsky/mracek #283
build(deps): bump the all group across 1 directory with 5 updates
kubernetes-sigs/bom #525
build(deps): bump the version-updates group across 1 directory with 106 updates
mchlumsky/mracek #282
Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0
DataDog/datadog-secret-backend #44
chore(deps): bump the common group across 1 directory with 43 updates
suryatmodulus/trivy #313
Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0 in /integration in the go_modules group across 1 directory
i5d6/flow-go #1
chore(deps): bump the gomod-update group across 1 directory with 5 updates
foomo/posh #117
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in /src
[dep][go](deps): Bump github.com/go-git/go-git/v5 from 5.15.0 to 5.16.0
turbot/steampipe #4540
build(deps): bump the version-updates group across 1 directory with 102 updates
mchlumsky/mracek #280
Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0 in /backend
build(deps): bump the version-updates group across 1 directory with 100 updates
mchlumsky/mracek #279
build(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.16.0
grouville/dagger #557
:seedling: Bump the gomod group across 2 directories with 12 updates
magnologan/scorecard #279
chore(deps): bump the common group across 1 directory with 53 updates
tnir/trivy #250
build(deps): bump the version-updates group across 1 directory with 98 updates
mchlumsky/mracek #278
Bump the all group across 1 directory with 38 updates
build(deps): bump the all group across 1 directory with 27 updates
joejstuart/ec-cli #218
build(deps): bump the version-updates group across 1 directory with 96 updates
mchlumsky/mracek #277
Bump github.com/go-git/go-git/v5 from 5.13.1 to 5.16.0 in the go_modules group across 1 directory
pulumi/pulumi-yaml #790
Bump the go-modules group across 1 directory with 52 updates
Bump the all group across 1 directory with 36 updates
build(deps): bump the go_modules group with 3 updates
bupd/git-donkey #31
:seedling: Bump the gomod group across 2 directories with 9 updates
magnologan/scorecard #276
chore(deps): bump the common group across 1 directory with 53 updates
tnir/trivy #245
Bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.0 in /HadesCloneContainer
ls1intum/hades #204
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 |