Fix #435. Update vendor to include SIGLEVEL overflow fix

This commit is contained in:
Jguer 2018-05-29 11:36:45 +01:00
parent cc2322f492
commit d442af9dcc
No known key found for this signature in database
GPG Key ID: 09754DBECF21746F
2 changed files with 2 additions and 2 deletions

2
Gopkg.lock generated
View File

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

View File

@ -76,7 +76,7 @@ const (
SigDatabaseMarginalOk
SigDatabaseUnknownOk
)
const SigUseDefault SigLevel = 1 << 31
const SigUseDefault SigLevel = 1 << 30
// Signature status
type SigStatus int