-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix glide configuration, docs, and logrus import
For detail on the glide configuration fixes: Masterminds/glide#592
- Loading branch information
1 parent
92357eb
commit 80063d6
Showing
15 changed files
with
82 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
cmd/notable-cli/notable-cli | ||
notable | ||
target | ||
vendor/ | ||
vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,29 @@ | ||
package: github.com/jmcfarlane/notable | ||
import: | ||
- package: github.com/Sirupsen/logrus | ||
version: ~0.11.5 | ||
- package: github.com/sirupsen/logrus | ||
version: master | ||
- package: github.com/blevesearch/bleve | ||
version: ~0.5.0 | ||
version: master | ||
- package: github.com/boltdb/bolt | ||
version: ~1.3.0 | ||
version: master | ||
- package: github.com/drhodes/golorem | ||
version: master | ||
- package: github.com/elazarl/go-bindata-assetfs | ||
version: master | ||
- package: github.com/julienschmidt/httprouter | ||
version: ~1.1.0 | ||
version: master | ||
- package: github.com/mattn/go-sqlite3 | ||
version: ~1.2.0 | ||
version: master | ||
- package: github.com/mitchellh/go-homedir | ||
version: master | ||
- package: github.com/pkg/errors | ||
version: ~0.8.0 | ||
version: master | ||
- package: github.com/twinj/uuid | ||
version: ~0.10.0 | ||
version: master | ||
testImport: | ||
- package: github.com/prometheus/log | ||
version: master | ||
- package: github.com/stretchr/testify | ||
version: ~1.1.4 | ||
version: master | ||
subpackages: | ||
- assert |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters