Skip to content

Commit

Permalink
feat: add vendor source.
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed May 11, 2017
1 parent 6888bfb commit 18c92ed
Show file tree
Hide file tree
Showing 596 changed files with 209,912 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ open-falcon

*.swp
*.swo
vendor/*
!vendor/vendor.json
*.tar.gz
docs/_site
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GOFMT ?= gofmt "-s"

VERSION := $(shell cat VERSION)

all: install $(CMD) $(TARGET)
all: $(CMD) $(TARGET)

install:
@hash govendor > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
Expand Down
66 changes: 66 additions & 0 deletions vendor/github.com/Sirupsen/logrus/CHANGELOG.md

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

21 changes: 21 additions & 0 deletions vendor/github.com/Sirupsen/logrus/LICENSE

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

Loading

0 comments on commit 18c92ed

Please sign in to comment.