bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
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/crypto | Package crypto implements cryptographic functions for Kerberos 5 implementation. |
github.com/jcmturner/gokrb5/v8/iana/chksumtype | Package chksumtype provides Kerberos 5 checksum type assigned numbers. |
github.com/jcmturner/gokrb5/v8/iana/keyusage | Package keyusage provides Kerberos 5 key usage assigned numbers. |
github.com/jcmturner/gokrb5/v8/types | Package types provides Kerberos 5 data types. |
github.com/jcmturner/rpc/v2/mstypes | Package mstypes provides implemnations of some Microsoft data types [MS-DTYP] https://msdn.microsoft.com/en-us/library/cc230283.aspx |
github.com/jcmturner/rpc/v2/ndr | Package ndr provides the ability to unmarshal NDR encoded byte steams into Go data structures |
log | Package log implements a simple logging package. |