Replace godep with dep
This commit is contained in:
parent
1e7489927c
commit
bf5616c65b
14883 changed files with 3937406 additions and 361781 deletions
2
vendor/golang.org/x/crypto/poly1305/poly1305.go
generated
vendored
2
vendor/golang.org/x/crypto/poly1305/poly1305.go
generated
vendored
|
|
@ -17,7 +17,7 @@ used with a fixed key in order to generate one-time keys from an nonce.
|
|||
However, in this package AES isn't used and the one-time key is specified
|
||||
directly.
|
||||
*/
|
||||
package poly1305
|
||||
package poly1305 // import "golang.org/x/crypto/poly1305"
|
||||
|
||||
import "crypto/subtle"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue