Imports of package spnego

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
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/gofork/encoding/asn1Package 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/asn1toolsPackage asn1tools provides tools for managing ASN1 marshaled data.
github.com/jcmturner/gokrb5/v8/clientPackage client provides a client library and methods for Kerberos 5 authentication.
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/iana/chksumtypePackage chksumtype provides Kerberos 5 checksum type assigned numbers.
github.com/jcmturner/gokrb5/v8/iana/msgtypePackage msgtype provides Kerberos 5 message type assigned numbers.
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/krberrorPackage krberror provides error type and functions for gokrb5.
github.com/jcmturner/gokrb5/v8/messagesPackage messages implements Kerberos 5 message types and methods.
github.com/jcmturner/gokrb5/v8/servicePackage service provides server side integrations for Kerberos authentication.
github.com/jcmturner/gokrb5/v8/typesPackage types provides Kerberos 5 data types.
ioPackage io provides basic interfaces to I/O primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/http/cookiejarPackage cookiejar implements an in-memory RFC 6265-compliant http.CookieJar.
net/urlPackage url parses URLs and implements query escaping.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.