-
-
Save starius/bcd67a908c02929230e5f0efd17ae19e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/vendor/github.com/pkg/errors/README.md b/vendor/github.com/pkg/errors/README.md | |
index 413ede1..273db3c 100644 | |
--- a/vendor/github.com/pkg/errors/README.md | |
+++ b/vendor/github.com/pkg/errors/README.md | |
@@ -47,6 +47,6 @@ We welcome pull requests, bug fixes and issue reports. With that said, the bar f | |
Before proposing a change, please discuss your change by raising an issue. | |
-## License | |
+## Licence | |
BSD-2-Clause | |
diff --git a/vendor/golang.org/x/crypto/twofish/twofish.go b/vendor/golang.org/x/crypto/twofish/twofish.go | |
index a930218..6db01fc 100644 | |
--- a/vendor/golang.org/x/crypto/twofish/twofish.go | |
+++ b/vendor/golang.org/x/crypto/twofish/twofish.go | |
@@ -3,9 +3,9 @@ | |
// license that can be found in the LICENSE file. | |
// Package twofish implements Bruce Schneier's Twofish encryption algorithm. | |
-package twofish | |
+package twofish // import "golang.org/x/crypto/twofish" | |
-// Twofish is defined in http://www.schneier.com/paper-twofish-paper.pdf [TWOFISH] | |
+// Twofish is defined in https://www.schneier.com/paper-twofish-paper.pdf [TWOFISH] | |
// This code is a port of the LibTom C implementation. | |
// See http://libtom.org/?page=features&newsitems=5&whatfile=crypt. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment