Skip to content

Commit

Permalink
Introduce vendor directory into the repo (#99)
Browse files Browse the repository at this point in the history
* Remove vendor directory from .gitignore

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>

* Introduces the vendor directory

Was trying to build the CLI from the source directory and I could not,
this re-adds the vendor directory so we can build the CLI from the
source repository instead of having to `dep ensure` everytime

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
  • Loading branch information
seemethere authored and elldritch committed Mar 12, 2018
1 parent 16cf268 commit 44fb451
Show file tree
Hide file tree
Showing 3,077 changed files with 1,219,062 additions and 2 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
vendor/
_vendor-*/
dist/
dist/
5 changes: 5 additions & 0 deletions vendor/github.com/BurntSushi/toml/.gitignore

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/BurntSushi/toml/.travis.yml

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

3 changes: 3 additions & 0 deletions vendor/github.com/BurntSushi/toml/COMPATIBLE

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

14 changes: 14 additions & 0 deletions vendor/github.com/BurntSushi/toml/COPYING

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

19 changes: 19 additions & 0 deletions vendor/github.com/BurntSushi/toml/Makefile

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

218 changes: 218 additions & 0 deletions vendor/github.com/BurntSushi/toml/README.md

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

61 changes: 61 additions & 0 deletions vendor/github.com/BurntSushi/toml/_examples/example.go

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

35 changes: 35 additions & 0 deletions vendor/github.com/BurntSushi/toml/_examples/example.toml

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

0 comments on commit 44fb451

Please sign in to comment.