Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: tsaikd <[email protected]>
  • Loading branch information
tsaikd committed Nov 23, 2016
1 parent 7570235 commit 18cd888
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Godeps/Godeps.json

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

10 changes: 3 additions & 7 deletions docker/build-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@ projname="gogstash"
renice 15 $$
cd "${PD}/.."

gobuilder version -c ">=0.1.3" &>/dev/null || go get -u -v "github.com/tsaikd/gobuilder"
gobuilder version -c ">=0.1.4" &>/dev/null || go get -u -v "github.com/tsaikd/gobuilder"
gobuilder --check --test

gobuilder checkerror
gobuilder checkfmt
gobuilder checkredundant
gobuilder restore
gobuilder get --test --all
gobuilder build
go get -v "github.com/stretchr/testify"
go test -v ./cmd/... ./config/... ./filter/...

if [ "${GITHUB_TOKEN}" ] ; then
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/go-fsnotify/fsnotify

0 comments on commit 18cd888

Please sign in to comment.