You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tigeryu@mac mcube-2.0.7 % make dep
tigeryu@mac mcube-2.0.7 % make install
no required module provides package github.com/infraboard/mcube/v2/cmd/mcube; to add it:
go get github.com/infraboard/mcube/v2/cmd/mcube
make: *** [install] Error 1
tigeryu@mac mcube-2.0.7 % make build
package cmd/mcube/main.go is not in GOROOT (/usr/local/go/src/cmd/mcube/main.go)
make: *** [build] Error 1
tigeryu@mac mcube-2.0.7 % go get github.com/infraboard/mcube/v2/cmd/mcube
go: module github.com/infraboard/mcube@upgrade found (v1.19.22), but does not contain package github.com/infraboard/mcube/v2/cmd/mcube
tigeryu@mac mcube-2.0.7 %
The text was updated successfully, but these errors were encountered:
tigeryu@mac mcube-2.0.7 % make dep
tigeryu@mac mcube-2.0.7 % make install
no required module provides package github.com/infraboard/mcube/v2/cmd/mcube; to add it:
go get github.com/infraboard/mcube/v2/cmd/mcube
make: *** [install] Error 1
tigeryu@mac mcube-2.0.7 % make build
package cmd/mcube/main.go is not in GOROOT (/usr/local/go/src/cmd/mcube/main.go)
make: *** [build] Error 1
tigeryu@mac mcube-2.0.7 % go get github.com/infraboard/mcube/v2/cmd/mcube
go: module github.com/infraboard/mcube@upgrade found (v1.19.22), but does not contain package github.com/infraboard/mcube/v2/cmd/mcube
tigeryu@mac mcube-2.0.7 %
The text was updated successfully, but these errors were encountered: