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/jcmturner/gokrb5/v8/client | Package client provides a client library and methods for Kerberos 5 authentication. |
github.com/jcmturner/gokrb5/v8/config | Package 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/credentials | Package credentials provides credentials management for Kerberos 5 authentication. |
github.com/jcmturner/gokrb5/v8/gssapi | Package gssapi implements Generic Security Services Application Program Interface required for SPNEGO kerberos authentication. |
github.com/jcmturner/gokrb5/v8/keytab | Package keytab implements Kerberos keytabs: https://web.mit.edu/kerberos/krb5-devel/doc/formats/keytab_file_format.html. |
github.com/jcmturner/gokrb5/v8/spnego | Package spnego implements the Simple and Protected GSSAPI Negotiation Mechanism for Kerberos authentication. |
github.com/microsoft/go-mssqldb/integratedauth | |
github.com/microsoft/go-mssqldb/msdsn | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |