Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Remove vendor directory #57

Merged
merged 1 commit into from
Mar 10, 2020
Merged

Conversation

Jeffwan
Copy link
Member

@Jeffwan Jeffwan commented Mar 9, 2020

vendor was from Godeps and has all build dependencies.
go build ignore vendor directory by default and as we migrate to use go modules, there’s no need to keep vendor any more. This is a follow up PR of #53
./hack/update-codegen.sh has been upgrade to use code-generator under $GOPATH/pkg/mod

Signed-off-by: Jiaxin Shan [email protected]


This change is Reviewable

`vendor` was from Godeps and has all build dependencies.
`go build` ignore vendor directory by default and as we migrate to use go modules, there’s no need to keep `vendor` any more. This is a follow up PR of kubeflow#53
./hack/update-codegen.sh has been upgrade to use code-generator under $GOPATH/pkg/mod

Signed-off-by: Jiaxin Shan <[email protected]>
@Jeffwan
Copy link
Member Author

Jeffwan commented Mar 9, 2020

/cc @wackxu @suleisl2000

@wackxu
Copy link
Contributor

wackxu commented Mar 10, 2020

/lgtm
/approve

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: wackxu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit ee26860 into kubeflow:master Mar 10, 2020
@Jeffwan Jeffwan deleted the remove_vendor branch March 10, 2020 01:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants