Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation issue #42

Open
balavs2806 opened this issue Nov 10, 2019 · 1 comment
Open

installation issue #42

balavs2806 opened this issue Nov 10, 2019 · 1 comment

Comments

@balavs2806
Copy link

getting this error while installation

github.com/mlabouardy/nexus-cli

../src/github.com/mlabouardy/nexus-cli/main.go:25:14: cannot use []cli.Author literal (type []cli.Author) as type []*cli.Author in assignment
../src/github.com/mlabouardy/nexus-cli/main.go:31:15: cannot use []cli.Command literal (type []cli.Command) as type []*cli.Command in assignment
../src/github.com/mlabouardy/nexus-cli/main.go:42:4: cannot use []cli.Command literal (type []cli.Command) as type []*cli.Command in field value
../src/github.com/mlabouardy/nexus-cli/main.go:54:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:67:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:70:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:82:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:85:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:88:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:100:21: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in array or slice literal:
cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)
../src/github.com/mlabouardy/nexus-cli/main.go:31:15: too many errors

@denis111
Copy link

The same here. I think it's some go dependency update incompatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants