Skip to content

Commit

Permalink
convert from glide to dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rmb938 committed Jun 26, 2018
1 parent 4787514 commit 1c83cfe
Show file tree
Hide file tree
Showing 1,586 changed files with 548,885 additions and 317 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/

bin/
vendor/
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.10
- 1.10.x
services:
- docker
addons:
Expand All @@ -9,8 +9,6 @@ addons:
- docker-ce=18.03.1~ce-0~ubuntu
install:
- docker --version
- curl https://glide.sh/get | sh
- glide install
env:
global:
- secure: D2knppvgVzJPcS5sBNmx2KHSvl/pejDFNuGe9PUIMKLovR7jXqtoCYuLCGPyYmBSdnnoueVyxBJ/8ORsgOzLCRQLeOlfR8L4LCMrWKR0n8wIxFLbXsXmjEa+5Q6xsJ2l0Duez6aI/DfPWbPPyPRFdF+qSJ3dagkUIC2izWYg9Fepa/nglxy8wLdVNaA1c8pSVRHEgzF4eCB6YLg0BdTEQ/VpN9UzaFWEBPkOv746ruGi8PBbf09TfFdssuTUcHQLNZqcevzwnJ+SMsgPdXf1HFATWd/wCjyosHFGRcMsp8lT/7CGTxb9pdQS0Tj3u3fKSa2HsSLShu/qk+W8H8IKCn+FzdtNmQqLplybwHnVsuLJUyG1hD7G4RCorokEDz3fx7KjSjlgVOj3KCG87f/Tr4Nf+zK+DogRkuYKKvT9Qp468vdGLBLVGCJkxIzlUYsd3kBc95xkhwrmCavvyH9bTstAfWLgkMJeBD7Tu4iu8viWMLW41O5+cfWbyZdoukL9VQfkcGhhMA6tmrx8sTTaWo0B7xzLn+ZqxkuskfZ1kFF0GufWV7twlyjkrwqrEckbQO8eVU32jR6Llv+bui8hvpbP6govi+RzI9eQYWoOgG9tK1DnHHsxt5E8f313O6xvQquDldMiO2rt75Mj2JnH5W1tqTN1i31WMx6rH+7yGHQ=
Expand Down
Loading

0 comments on commit 1c83cfe

Please sign in to comment.