module github.com/flyteorg/flyteidl go 1.16 require ( github.com/antihax/optional v1.0.0 github.com/flyteorg/flytestdlib v0.3.13 github.com/go-test/deep v1.0.7 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 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.16.0 github.com/mitchellh/mapstructure v1.4.1 github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 github.com/pkg/errors v0.9.1 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/api v0.38.0 google.golang.org/genproto v0.0.0-20210126160654-44e461bb6506 google.golang.org/grpc v1.35.0 k8s.io/api v0.20.2 k8s.io/apimachinery v0.20.2 )