Skip to content

Commit

Permalink
Move to go modules (#935)
Browse files Browse the repository at this point in the history
- removes vendor
 - removes dep from download/test steps
 - adds go.mod and go.sum

Fixes #933

Signed-off-by: John Schnake <[email protected]>
  • Loading branch information
johnSchnake authored Oct 7, 2019
1 parent 2686723 commit 1e57ed8
Show file tree
Hide file tree
Showing 2,493 changed files with 429 additions and 949,651 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ Dockerfile-arm64
*.tar.gz
*.tar

# kind/dep are downloaded for testing in CI
# kind is downloaded for testing in CI
kind
dep

# coverage profile
coverage.txt
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ before_install:
--output $HOME/bin/kind && chmod +x $HOME/bin/kind
- kind create cluster --config kind-config.yaml
- export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
- curl -L https://github.com/golang/dep/releases/download/v0.5.3/dep-linux-amd64 --output
$HOME/bin/dep && chmod +x $HOME/bin/dep
before_deploy:
- if [ ! -d ${HOME}/google-cloud-sdk ]; then curl https://sdk.cloud.google.com | bash
/dev/stdin --disable-prompts; fi
Expand Down
Loading

0 comments on commit 1e57ed8

Please sign in to comment.