How can I go get this kubernetes package.
I have tried the following
go get k8s.io/kubernetes/pkg/serviceaccount
but I get the error
go: k8s.io/api@v0.0.0: reading k8s.io/api/go.mod at revision v0.0.0: unknown revision v0.0.0
any suggestions on how I get it ?