Skip to content

Commit

Permalink
Using dep as go dependencies management
Browse files Browse the repository at this point in the history
- Using dep as go depedencies management
- Updating imports and code to comply to updated dependencies
- Updating Makefile to use dep instead of glide
- Updating Travis CI to also use dep instead of glide

This fixes the bug where reclaimPolicy was not taken into account by the
external provisioner (upgrading to latest version fixes it)
  • Loading branch information
nmaupu committed Nov 30, 2018
1 parent 076aaf4 commit 6d96a8d
Show file tree
Hide file tree
Showing 12 changed files with 790 additions and 342 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: go
go:
- '1.8'
- '1.10.x'
sudo: false

before_install:
- go get -v github.com/Masterminds/glide
- cd $GOPATH/src/github.com/Masterminds/glide && git checkout e73500c735917e39a8b782e0632418ab70250341 && go install && cd -
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

install:
make vendor
Expand All @@ -30,4 +29,4 @@ deploy:
skip_cleanup: true
on:
tags: true
go: 1.8
go: 1.10.x
Loading

0 comments on commit 6d96a8d

Please sign in to comment.