-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sumdb/note: remove dependency on golang.org/x/crypto/ed25519
The golang.org/x/crypto/ed25519 package has been part of stdlib since go1.13: > Beginning with Go 1.13, the functionality of this package was moved to the > standard library as crypto/ed25519. This package only acts as a compatibility > wrapper. This patch removes the dependency in favor of using stdlib. Change-Id: I6e29a775177894d6291567bd9f8f4081a7cf8614 GitHub-Last-Rev: b0137d0 GitHub-Pull-Request: #15 Reviewed-on: https://go-review.googlesource.com/c/mod/+/448236 Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Bryan Mills <bcmills@google.com>
- Loading branch information
Showing
4 changed files
with
4 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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