crypto/rand | Package rand implements a cryptographically secure random number generator. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/fernet/fernet-go | Package fernet takes a user-provided message (an arbitrary sequence of bytes), a key (256 bits), and the current time, and produces a token, which contains the message in a form that can't be read or altered without the key. |
github.com/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
github.com/moby/swarmkit/v2/api | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
golang.org/x/crypto/nacl/secretbox | Package secretbox encrypts and authenticates small messages. |
io | Package io provides basic interfaces to I/O primitives. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |