updating godeps and notary for some syntax changes in gotuf brought on by golint

Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
This commit is contained in:
David Lawrence
2015-10-20 23:56:35 -07:00
parent e6460330bd
commit 8a996f417a
33 changed files with 426 additions and 424 deletions

View File

@@ -67,7 +67,7 @@ func (err ErrBadSnapshot) Error() string {
// are semantically correct and the signatures are correct
func validateUpdate(gun string, updates []storage.MetaUpdate, store storage.MetaStore) error {
kdb := keys.NewDB()
repo := tuf.NewTufRepo(kdb, nil)
repo := tuf.NewRepo(kdb, nil)
rootRole := data.RoleName(data.CanonicalRootRole)
targetsRole := data.RoleName(data.CanonicalTargetsRole)
snapshotRole := data.RoleName(data.CanonicalSnapshotRole)