bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/golang/protobuf/jsonpb | Package jsonpb provides functionality to marshal and unmarshal between a protocol buffer message and JSON. |
github.com/golang/protobuf/ptypes/struct | |
github.com/spiffe/go-spiffe/v2/bundle/jwtbundle | Package jwtbundle provides JWT 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/internal/x509util | |
github.com/spiffe/go-spiffe/v2/proto/spiffe/workload | |
github.com/spiffe/go-spiffe/v2/svid/jwtsvid | |
github.com/spiffe/go-spiffe/v2/svid/x509svid | |
github.com/stretchr/testify/assert | Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. |
github.com/stretchr/testify/require | Package require implements the same assertions as the `assert` package but stops test execution when a test fails. |
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/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. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
testing | Package testing provides support for automated testing of Go packages. |