Makefile: update import paths

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
pull/119/head
Gyuho Lee 2018-08-27 19:24:35 -07:00
parent 4fd8b14539
commit a99fcf0d18
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ unused:
# go get github.com/kisielk/errcheck
errcheck:
@errcheck -ignorepkg=bytes -ignore=os:Remove github.com/coreos/bbolt
@errcheck -ignorepkg=bytes -ignore=os:Remove github.com/etcd-io/bbolt
test:
go test -timeout 20m -v -coverprofile cover.out -covermode atomic