Skip to content

Commit

Permalink
refactor: add vendor folder. (#34)
Browse files Browse the repository at this point in the history
* refactor: add vendor folder.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Feb 12, 2017
1 parent ae6b001 commit 9787fcf
Show file tree
Hide file tree
Showing 84 changed files with 26,376 additions and 11 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -22,7 +22,6 @@ _testmain.go
*.exe
*.test
*.prof
vendor
drone-scp
coverage.txt
.env
Expand Down
10 changes: 0 additions & 10 deletions .travis.yml
Expand Up @@ -6,23 +6,13 @@ go:
- 1.7.x
- tip

cache:
directories:
- vendor
- ${HOME}/.glide

before_install:
- mkdir -p $GOPATH/bin
- curl https://glide.sh/get | sh
- sudo useradd -m -d /home/drone-scp -s /bin/bash drone-scp
- sudo mkdir -p /home/drone-scp/.ssh
- sudo chmod 700 /home/drone-scp/.ssh
- sudo cp tests/.ssh/id_rsa.pub /home/drone-scp/.ssh/authorized_keys
- sudo chown -R drone-scp /home/drone-scp/.ssh

install:
- make dep_install

script:
- make vet
- make lint
Expand Down
21 changes: 21 additions & 0 deletions vendor/github.com/appleboy/com/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions vendor/github.com/appleboy/com/random/random.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions vendor/github.com/davecgh/go-spew/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

152 changes: 152 additions & 0 deletions vendor/github.com/davecgh/go-spew/spew/bypass.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions vendor/github.com/davecgh/go-spew/spew/bypasssafe.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9787fcf

Please sign in to comment.