bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/containers/ocicrypt/blockcipher | |
github.com/containers/ocicrypt/config | |
github.com/containers/ocicrypt/config/keyprovider-config | |
github.com/containers/ocicrypt/keywrap | |
github.com/containers/ocicrypt/keywrap/jwe | |
github.com/containers/ocicrypt/keywrap/keyprovider | |
github.com/containers/ocicrypt/keywrap/pgp | |
github.com/containers/ocicrypt/keywrap/pkcs11 | |
github.com/containers/ocicrypt/keywrap/pkcs7 | |
github.com/opencontainers/go-digest | Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
golang.org/x/crypto/openpgp | Package openpgp implements high level operations on OpenPGP messages. |
golang.org/x/crypto/openpgp/packet | Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880. |
golang.org/x/term | Package term provides support functions for dealing with terminals, as commonly found on UNIX systems. |
io | Package io provides basic interfaces to I/O primitives. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
regexp | Package regexp implements regular expression search. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |