Imports of package gitsign

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cryptoPackage crypto collects common cryptographic constants.
crypto/rsaPackage rsa implements RSA encryption as specified in PKCS #1 and RFC 8017.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
github.com/ProtonMail/go-crypto/openpgpPackage openpgp implements high level operations on OpenPGP messages.
github.com/ProtonMail/go-crypto/openpgp/armorPackage armor implements OpenPGP ASCII Armor, see RFC 4880.
github.com/ProtonMail/go-crypto/openpgp/packetPackage packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880.
github.com/hiddeco/sshsigPackage sshsig provides an API to sign and verify messages using SSH keys.
github.com/moby/buildkit/util/gitutil/gitobject
github.com/pkg/errorsPackage errors provides simple error handling primitives.
golang.org/x/crypto/sshPackage ssh implements an SSH client and server.
ioPackage io provides basic interfaces to I/O primitives.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.