Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(v2): remove replace in v2 go mod #6786

Merged
merged 1 commit into from
Oct 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/google/go-cmp v0.5.5
github.com/google/uuid v1.1.2
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/kubeflow/pipelines/api v0.0.0
github.com/kubeflow/pipelines/api v0.0.0-20211020193552-20f28631517d
github.com/stretchr/testify v1.7.0
gocloud.dev v0.22.0
google.golang.org/genproto v0.0.0-20201203001206-6486ece9c497
Expand All @@ -22,5 +22,3 @@ require (
k8s.io/apimachinery v0.21.2
k8s.io/client-go v0.20.4
)

replace github.com/kubeflow/pipelines/api => ../api
2 changes: 2 additions & 0 deletions v2/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.