Imports of package krb5

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/jcmturner/gokrb5/v8/clientPackage client provides a client library and methods for Kerberos 5 authentication.
github.com/jcmturner/gokrb5/v8/configPackage config implements KRB5 client and service configuration as described at https://web.mit.edu/kerberos/krb5-latest/doc/admin/conf_files/krb5_conf.html
github.com/jcmturner/gokrb5/v8/credentialsPackage credentials provides credentials management for Kerberos 5 authentication.
github.com/jcmturner/gokrb5/v8/gssapiPackage gssapi implements Generic Security Services Application Program Interface required for SPNEGO kerberos authentication.
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/spnegoPackage spnego implements the Simple and Protected GSSAPI Negotiation Mechanism for Kerberos authentication.
github.com/microsoft/go-mssqldb/integratedauth
github.com/microsoft/go-mssqldb/msdsn
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.