Imports of package workloadapi

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
cryptoPackage crypto collects common cryptographic constants.
crypto/x509Package x509 implements a subset of the X.509 standard.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/spiffe/go-spiffe/v2/bundle/jwtbundlePackage jwtbundle provides JWT bundle related functionality.
github.com/spiffe/go-spiffe/v2/bundle/spiffebundlePackage spiffebundle provides SPIFFE bundle related functionality.
github.com/spiffe/go-spiffe/v2/bundle/x509bundlePackage 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/errsPackage errs provides a simple error package with stack traces.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/credentials/insecurePackage insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security.
google.golang.org/grpc/metadataPackage metadata define the structure of the metadata supported by gRPC library.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
mathPackage math provides basic constants and mathematical functions.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.