How do I this problem solving ?
$ go mod init
$ go get k8s.io/kubernetes@v1.15.5
go: k8s.io/kubernetes@v1.15.5 requires
k8s.io/api@v0.0.0: reading k8s.io/api/go.mod at revision v0.0.0: unknown revision v0.0.0
Environment isgo 1.13
ubuntu 16.04
As the issue was resolved by providing a link in the comments I copied it here.
The issue is explained here: Github Issue.
Another link that I encourage to look at: Github Issue #2.