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

unknown field 'Aliases' in struct literal of type cli.BoolFlag #4

Open
batara666 opened this issue Apr 8, 2021 · 1 comment
Open

Comments

@batara666
Copy link

> go get -u github.com/tanaikech/goris
go: downloading github.com/tanaikech/goris v1.1.1
go: downloading github.com/tanaikech/goris v2.0.0+incompatible
go: github.com/tanaikech/goris upgrade => v2.0.0+incompatible
go: finding module for package github.com/urfave/cli
go: finding module for package github.com/PuerkitoBio/goquery
go: downloading github.com/urfave/cli v1.22.5
go: found github.com/urfave/cli in github.com/urfave/cli v1.22.5
go: found github.com/PuerkitoBio/goquery in github.com/PuerkitoBio/goquery v1.6.1
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: github.com/andybalholm/cascadia upgrade => v1.2.0
go: github.com/cpuguy83/go-md2man/v2 upgrade => v2.0.0
go: github.com/russross/blackfriday/v2 upgrade => v2.1.0
go: golang.org/x/net upgrade => v0.0.0-20210405180319-a5a99cb37ef4
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
# github.com/tanaikech/goris
../../go/packages/pkg/mod/github.com/tanaikech/[email protected]+incompatible/goris.go:64:12: cannot use []*cli.Author literal (type []*cli.Author) as type []cli.Author in assignment
../../go/packages/pkg/mod/github.com/tanaikech/[email protected]+incompatible/goris.go:69:13: cannot use []*cli.Command literal (type []*cli.Command) as type []cli.Command in assignment
../../go/packages/pkg/mod/github.com/tanaikech/[email protected]+incompatible/goris.go:79:6: unknown field 'Aliases' in struct literal of type cli.StringFlag
../../go/packages/pkg/mod/github.com/tanaikech/[email protected]+incompatible/goris.go:84:6: unknown field 'Aliases' in struct literal of type cli.StringFlag
../../go/packages/pkg/mod/github.com/tanaikech/[email protected]+incompatible/goris.go:89:6: unknown field 'Aliases' in struct literal of type cli.IntFlag
../../go/packages/pkg/mod/github.com/tanaikech/[email protected]+incompatible/goris.go:95:6: unknown field 'Aliases' in struct literal of type cli.BoolFlag
../../go/packages/pkg/mod/github.com/tanaikech/[email protected]+incompatible/goris.go:100:6: unknown field 'Aliases' in struct literal of type cli.BoolFlag
@tanaikech
Copy link
Owner

I updated this to v3.0.0. Ref Could you please confirm it?

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