fabric8-services / fabric8-wit

wit stands for Work Item Tracker
http://devdoc.almighty.io/
Apache License 2.0
45 stars 86 forks source link

go get fabric8-wit doesn't work #2357

Closed jarifibrahim closed 5 years ago

jarifibrahim commented 5 years ago

go get github.com/fabric8-services/fabric8-wit fails with the following error

[root@bd53556c1042 /]# go get -v github.com/fabric8-services/fabric8-wit
github.com/fabric8-services/fabric8-wit (download)
github.com/fabric8-services/fabric8-common (download)
package github.com/fabric8-services/fabric8-wit/account/tenant: cannot find package "github.com/fabric8-services/fabric8-wit/account/tenant" in any of:
    /usr/local/go/src/github.com/fabric8-services/fabric8-wit/account/tenant (from $GOROOT)
    /root/go/src/github.com/fabric8-services/fabric8-wit/account/tenant (from $GOPATH)
package github.com/fabric8-services/fabric8-wit/app: cannot find package "github.com/fabric8-services/fabric8-wit/app" in any of:
    /usr/local/go/src/github.com/fabric8-services/fabric8-wit/app (from $GOROOT)
    /root/go/src/github.com/fabric8-services/fabric8-wit/app (from $GOPATH)
github.com/microcosm-cc/bluemonday (download)
...
github.com/robfig/cron (download)
Fetching https://gopkg.in/asaskevich/govalidator.v4?go-get=1
Parsing meta tags from https://gopkg.in/asaskevich/govalidator.v4?go-get=1 (status code 200)
get "gopkg.in/asaskevich/govalidator.v4": found meta tag get.metaImport{Prefix:"gopkg.in/asaskevich/govalidator.v4", VCS:"git", RepoRoot:"https://gopkg.in/asaskevich/govalidator.v4"} at https://gopkg.in/asaskevich/govalidator.v4?go-get=1
gopkg.in/asaskevich/govalidator.v4 (download)
package github.com/fabric8-services/fabric8-wit/auth/authservice: cannot find package "github.com/fabric8-services/fabric8-wit/auth/authservice" in any of:
    /usr/local/go/src/github.com/fabric8-services/fabric8-wit/auth/authservice (from $GOROOT)
    /root/go/src/github.com/fabric8-services/fabric8-wit/auth/authservice (from $GOPATH)
github.com/certifi/gocertifi (download)
package github.com/fabric8-services/fabric8-wit/client: cannot find package "github.com/fabric8-services/fabric8-wit/client" in any of:
    /usr/local/go/src/github.com/fabric8-services/fabric8-wit/client (from $GOROOT)
    /root/go/src/github.com/fabric8-services/fabric8-wit/client (from $GOPATH)
...
Fetching https://k8s.io/client-go/pkg/api/v1?go-get=1
Parsing meta tags from https://k8s.io/client-go/pkg/api/v1?go-get=1 (status code 200)
get "k8s.io/client-go/pkg/api/v1": found meta tag get.metaImport{Prefix:"k8s.io/client-go", VCS:"git", RepoRoot:"https://github.com/kubernetes/client-go"} at https://k8s.io/client-go/pkg/api/v1?go-get=1
get "k8s.io/client-go/pkg/api/v1": verifying non-authoritative meta tag
package k8s.io/client-go/pkg/api/v1: cannot find package "k8s.io/client-go/pkg/api/v1" in any of:
    /usr/local/go/src/k8s.io/client-go/pkg/api/v1 (from $GOROOT)
    /root/go/src/k8s.io/client-go/pkg/api/v1 (from $GOPATH)
Fetching https://k8s.io/client-go/tools/cache?go-get=1
Parsing meta tags from https://k8s.io/client-go/tools/cache?go-get=1 (status code 200)
get "k8s.io/client-go/tools/cache": found meta tag get.metaImport{Prefix:"k8s.io/client-go", VCS:"git", RepoRoot:"https://github.com/kubernetes/client-go"} at https://k8s.io/client-go/tools/cache?go-get=1
get "k8s.io/client-go/tools/cache": verifying non-authoritative meta tag
package github.com/fabric8-services/fabric8-wit/notification/client: cannot find package "github.com/fabric8-services/fabric8-wit/notification/client" in any of:
    /usr/local/go/src/github.com/fabric8-services/fabric8-wit/notification/client (from $GOROOT)
    /root/go/src/github.com/fabric8-services/fabric8-wit/notification/client (from $GOPATH)
package github.com/fabric8-services/fabric8-wit/swagger: cannot find package "github.com/fabric8-services/fabric8-wit/swagger" in any of:
    /usr/local/go/src/github.com/fabric8-services/fabric8-wit/swagger (from $GOROOT)
    /root/go/src/github.com/fabric8-services/fabric8-wit/swagger (from $GOPATH)
github.com/prometheus/client_golang (download)
github.com/beorn7/perks (download)
github.com/golang/protobuf (download)
github.com/prometheus/client_model (download)
github.com/prometheus/common (download)
github.com/matttproud/golang_protobuf_extensions (download)
github.com/prometheus/procfs (download)
github.com/ghodss/yaml (download)
github.com/google/gops (download)
jarifibrahim commented 5 years ago

Based on https://chat.openshift.io/developers/pl/c33i79xpbfnaxj6pujjy1819qr, I'm closing this issue.