This repository was archived by the owner on Aug 9, 2024. It is now read-only.
Description Trying to build. Following directions in the README.
clone kubeflow into $HOME/go/src/github.com/kubeflow
clone crd-validation
move crd-validation directory under kubeflow
cd crd-validation
go build .
go: creating new go.mod: module github.com/kubeflow/crd-validation .
go: copying requirements from Gopkg.lock .
go: converting Gopkg.lock: stat github.com/kubeflow/tf-operator@bf6199c51cc9b47f8a726947b5fac82432fcde83: unknown revision bf6199c51cc9b47f8a726947b5fac82432fcde83 .
go: finding github.com/kubeflow/tf-operator/pkg/apis/tensorflow/v1alpha2 latest .
go: finding github.com/kubeflow/tf-operator/pkg/apis/tensorflow latest .
go: finding github.com/kubeflow/tf-operator/pkg/apis latest .
go: finding github.com/kubeflow/tf-operator/pkg latest .
build github.com/kubeflow/crd-validation: cannot load github.com/kubeflow/tf-operator/pkg/apis/tensorflow/v1alpha2: cannot find module providing package github.com/kubeflow/tf-operator/pkg/apis/tensorflow/v1alpha2```
Thanks for any help,
CC
Reactions are currently unavailable
Trying to build. Following directions in the README.