Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.2 to 5.11.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.4.2...v5.11.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
180 B
Go
Generated
10 lines
180 B
Go
Generated
//go:build go1.13
|
|
// +build go1.13
|
|
|
|
package ed25519
|
|
|
|
import cryptoEd25519 "crypto/ed25519"
|
|
|
|
// PublicKey is the type of Ed25519 public keys.
|
|
type PublicKey cryptoEd25519.PublicKey
|