context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto | Package crypto collects common cryptographic constants. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
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/spiffe/go-spiffe/v2/bundle/jwtbundle | Package jwtbundle provides JWT bundle related functionality. |
github.com/spiffe/go-spiffe/v2/bundle/spiffebundle | Package spiffebundle provides SPIFFE bundle related functionality. |
github.com/spiffe/go-spiffe/v2/bundle/x509bundle | Package x509bundle provides X.509 bundle related functionality. |
github.com/spiffe/go-spiffe/v2/logger | |
github.com/spiffe/go-spiffe/v2/proto/spiffe/workload | |
github.com/spiffe/go-spiffe/v2/spiffeid | |
github.com/spiffe/go-spiffe/v2/svid/jwtsvid | |
github.com/spiffe/go-spiffe/v2/svid/x509svid | |
github.com/zeebo/errs | Package errs provides a simple error package with stack traces. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/credentials/insecure | Package insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security. |
google.golang.org/grpc/metadata | Package metadata define the structure of the metadata supported by gRPC library. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
math | Package math provides basic constants and mathematical functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |