module github.com/flyteorg/flyteidl go 1.13 require ( github.com/antihax/optional v1.0.0 github.com/coreos/go-oidc v2.1.0+incompatible github.com/flyteorg/flytestdlib v0.3.13 github.com/go-test/deep v1.0.7 github.com/golang/protobuf v1.4.3 github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/grpc-ecosystem/grpc-gateway v1.12.2 github.com/mitchellh/mapstructure v1.4.1 github.com/pkg/errors v0.9.1 github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.7.0 golang.org/x/oauth2 v0.0.0-20210126194326-f9ce19ea3013 golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 google.golang.org/genproto v0.0.0-20210126160654-44e461bb6506 google.golang.org/grpc v1.35.0 gopkg.in/square/go-jose.v2 v2.4.1 // indirect k8s.io/api v0.20.2 )