Imports of package credentials

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/gobPackage gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver).
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
github.com/hashicorp/go-uuid
github.com/jcmturner/gofork/encoding/asn1Package asn1 implements parsing of DER-encoded ASN.1 data structures, as defined in ITU-T Rec X.690.
github.com/jcmturner/gokrb5/v8/iana/nametypePackage nametype provides Kerberos 5 principal name type numbers.
github.com/jcmturner/gokrb5/v8/keytabPackage keytab implements Kerberos keytabs: https://web.mit.edu/kerberos/krb5-devel/doc/formats/keytab_file_format.html.
github.com/jcmturner/gokrb5/v8/typesPackage types provides Kerberos 5 data types.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.