bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
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/gofork/encoding/asn1 | Package asn1 implements parsing of DER-encoded ASN.1 data structures, as defined in ITU-T Rec X.690. |
github.com/jcmturner/goidentity/v6 | |
github.com/jcmturner/gokrb5/v8/asn1tools | Package asn1tools provides tools for managing ASN1 marshaled data. |
github.com/jcmturner/gokrb5/v8/client | Package client provides a client library and methods for Kerberos 5 authentication. |
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/iana/chksumtype | Package chksumtype provides Kerberos 5 checksum type assigned numbers. |
github.com/jcmturner/gokrb5/v8/iana/msgtype | Package msgtype provides Kerberos 5 message type assigned numbers. |
github.com/jcmturner/gokrb5/v8/iana/nametype | Package nametype provides Kerberos 5 principal name type numbers. |
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/krberror | Package krberror provides error type and functions for gokrb5. |
github.com/jcmturner/gokrb5/v8/messages | Package messages implements Kerberos 5 message types and methods. |
github.com/jcmturner/gokrb5/v8/service | Package service provides server side integrations for Kerberos authentication. |
github.com/jcmturner/gokrb5/v8/types | Package types provides Kerberos 5 data types. |
io | Package io provides basic interfaces to I/O primitives. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
net/http/cookiejar | Package cookiejar implements an in-memory RFC 6265-compliant http.CookieJar. |
net/url | Package url parses URLs and implements query escaping. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |