Skip to content

Commit

Permalink
Merge pull request #77 from VaniHaripriya/RHOAIENG-7310
Browse files Browse the repository at this point in the history
Rhoaieng 7310
  • Loading branch information
VaniHaripriya authored Jul 10, 2024
2 parents fb56bf4 + 23ca59c commit 350be5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tekton-catalog/pipeline-loops/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/cenkalti/backoff/v4 v4.1.3
github.com/google/go-cmp v0.5.9
github.com/google/go-cmp v0.6.0
github.com/hashicorp/go-multierror v1.1.1
github.com/kubeflow/kfp-tekton/tekton-catalog/cache v0.0.0
github.com/kubeflow/kfp-tekton/tekton-catalog/objectstore v0.0.0
Expand All @@ -19,6 +19,8 @@ require (
)

replace (
github.com/go-git/go-git/v5 v5.4.2 => github.com/go-git/go-git/v5 v5.11.0
github.com/kubeflow/kfp-tekton/tekton-catalog/cache => ../cache/
github.com/kubeflow/kfp-tekton/tekton-catalog/objectstore => ../objectstore/
gopkg.in/src-d/go-git.v4 v4.13.1 => github.com/go-git/go-git/v5 v5.12.0
)

0 comments on commit 350be5a

Please sign in to comment.