vendor: Mega update all dependencies

This commit is contained in:
Jakob Borg
2017-04-05 16:21:57 +02:00
parent 49c1527724
commit 36b8833441
1358 changed files with 55045 additions and 798287 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE.bsd file.
package qr
@@ -398,3 +398,4 @@ func (d *adigest) WriteNByte(pi byte, n int) {
}
func (d *adigest) Sum32() uint32 { return afinish(d.a, d.b) }