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
Solved by deleting $GOPATH/pkg/mod/github.com/oxequa, running go get gopkg.in/urfave/cli.v2@master and then re-running go get github.com/oxequa/realize
The text was updated successfully, but these errors were encountered:
Another problem, when running make deps complaining about go-bindata issues: OS: Ubuntu 19.10 x86_6
# github.com/hasura/go-bindata/go-bindata
../../../go/pkg/mod/github.com/hasura/[email protected]/go-bindata/main.go:44:17: c.Dev undefined (type *bindata.Config has no field or method Dev)
../../../go/pkg/mod/github.com/hasura/[email protected]/go-bindata/main.go:50:17: c.NoMetadata undefined (type *bindata.Config has no field or method NoMetadata)
../../../go/pkg/mod/github.com/hasura/[email protected]/go-bindata/main.go:51:17: c.Mode undefined (type *bindata.Config has no field or method Mode)
../../../go/pkg/mod/github.com/hasura/[email protected]/go-bindata/main.go:52:18: c.ModTime undefined (type *bindata.Config has no field or method ModTime)
make: *** [Makefile:19: deps] Error 2
Issue is documented here:
oxequa/realize#253
Solved by deleting
$GOPATH/pkg/mod/github.com/oxequa
, runninggo get gopkg.in/urfave/cli.v2@master
and then re-runninggo get github.com/oxequa/realize
The text was updated successfully, but these errors were encountered: