Update deps, Change deps tool from glide to dep (#412)

This commit is contained in:
Kota Kanbe
2017-04-01 20:06:28 +09:00
committed by GitHub
parent d4bec0dd9a
commit b33cd54916
8 changed files with 401 additions and 179 deletions

View File

@@ -1468,14 +1468,14 @@ see [go-cve-dictionary#usage-fetch-nvd-data](https://github.com/kotakanbe/go-cve
----
# Update Vuls With Glide
# How to Update
- Update go-cve-dictionary
If the DB schema was changed, please specify new SQLite3 or MySQL DB file.
```
$ cd $GOPATH/src/github.com/kotakanbe/go-cve-dictionary
$ git pull
$ mv vendor /tmp/foo
$ rm -r vendor
$ make install
```
@@ -1483,7 +1483,7 @@ $ make install
```
$ cd $GOPATH/src/github.com/future-architect/vuls
$ git pull
$ mv vendor /tmp/bar
$ rm -r vendor
$ make install
```
Binary file was built under $GOPATH/bin