Skip to content

Commit e4730f2

Browse files
committed
Auto-install govendor + reinstall github.com/boltdb/bolt needed by vendor/github.com/blevesearch/bleve/index/store/boltdb
1 parent 147792f commit e4730f2

29 files changed

+5522
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ integrations: build
7777

7878
.PHONY: test
7979
test:
80-
govendor status +outside +unused || exit 1
80+
@hash govendor > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
81+
go get -u github.com/kardianos/govendor; \
82+
fi
83+
govendor status +outside +unused || exit 1
8184
for PKG in $(PACKAGES); do go test -cover -coverprofile $$GOPATH/src/$$PKG/coverage.out $$PKG || exit 1; done;
8285

8386
.PHONY: test-mysql

vendor/github.com/boltdb/bolt/LICENSE

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/boltdb/bolt/Makefile

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)