Skip to content

Commit

Permalink
switch from go dep to go module (#581)
Browse files Browse the repository at this point in the history
* add vendor to gitignore

* switch to go module

* switch to go module

* switch to go module

* prune go mod

* prune go mod

* turn on go mod for test

* enable go module in docker image

* enable go module in docker image

* fix images

* debug

* debug

* debug

* update image
  • Loading branch information
IronPan authored and k8s-ci-robot committed Dec 22, 2018
1 parent 66d238d commit e7af132
Show file tree
Hide file tree
Showing 4,397 changed files with 353 additions and 1,641,110 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ ml.iml

.ipynb_checkpoints
*.egg-info

# go vendor
vendor
Loading

0 comments on commit e7af132

Please sign in to comment.