Browse Source

Update deps properly and lint

Reeto Chatterjee 7 years ago
parent
commit
21df6b1d57
2 changed files with 1 additions and 2 deletions
  1. 1 1
      Gopkg.lock
  2. 0 1
      query.go

+ 1 - 1
Gopkg.lock

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

+ 0 - 1
query.go

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