Skip to content

Commit

Permalink
fix: use upstream go-git. Fixes argoproj#10091
Browse files Browse the repository at this point in the history
Signed-off-by: weafscast <weafscast@proton.me>
  • Loading branch information
weafscast committed May 28, 2023
1 parent fd561eb commit d35ff25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Expand Up @@ -19,7 +19,7 @@ require (
github.com/doublerebel/bellows v0.0.0-20160303004610-f177d92a03d3
github.com/evanphx/json-patch v5.6.0+incompatible
github.com/gavv/httpexpect/v2 v2.10.0
github.com/go-git/go-git/v5 v5.4.2
github.com/go-git/go-git/v5 v5.7.0
github.com/go-jose/go-jose/v3 v3.0.0
github.com/go-openapi/jsonreference v0.20.2
github.com/go-sql-driver/mysql v1.7.0
Expand Down Expand Up @@ -257,5 +257,3 @@ require (
sigs.k8s.io/kustomize/kyaml v0.13.6 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
)

replace github.com/go-git/go-git/v5 => github.com/argoproj-labs/go-git/v5 v5.4.7

0 comments on commit d35ff25

Please sign in to comment.