Update deps properly and lint

This commit is contained in:
Reeto Chatterjee 2018-03-24 00:04:28 +00:00
parent 1b704a869d
commit 21df6b1d57
2 changed files with 1 additions and 2 deletions

2
Gopkg.lock generated
View file

@ -5,7 +5,7 @@
branch = "master"
name = "github.com/jguer/go-alpm"
packages = ["."]
revision = "ec031c9cd5f6050edc3c2f23df2bff3bbb9511cc"
revision = "bc954af9b2ced79e4db54ce6ab3c6a24d769e98b"
[[projects]]
branch = "master"

View file

@ -356,7 +356,6 @@ func hangingPackages(removeOptional bool) (hanging []string, err error) {
return nil
})
return
}