module sidecar/token-vendor go 1.19 require github.com/aws/aws-sdk-go v1.44.138 require ( github.com/aws/aws-xray-sdk-go v1.8.0 github.com/golang-jwt/jwt/v4 v4.4.2 ) require ( github.com/andybalholm/brotli v1.0.4 // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/klauspost/compress v1.15.12 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.41.0 // indirect golang.org/x/net v0.7.0 // indirect golang.org/x/sys v0.5.0 // indirect golang.org/x/text v0.7.0 // indirect google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect google.golang.org/grpc v1.53.0 // indirect google.golang.org/protobuf v1.28.1 // indirect )