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

Go module build fails #245

Open
fhs opened this issue Jun 25, 2019 · 0 comments · May be fixed by #246
Open

Go module build fails #245

fhs opened this issue Jun 25, 2019 · 0 comments · May be fixed by #246

Comments

@fhs
Copy link

fhs commented Jun 25, 2019

$ GO111MODULE=on go get neugram.io/ng
go: finding neugram.io/ng latest
go: finding github.com/sideshowdave7/gomq latest
# neugram.io/ng/ngcore
go/pkg/mod/neugram.io/ng@v0.0.0-20180309130942-d472ff93d872/ngcore/ngcore.go:308:28: cannot use s.Completer (type func(string, string, int) (string, []string, string)) as type liner.WordCompleter in argument to s.Liner.SetWordCompleter
go/pkg/mod/neugram.io/ng@v0.0.0-20180309130942-d472ff93d872/ngcore/ngcore.go:346:10: s.Liner.SetMode undefined (type *liner.State has no field or method SetMode)
go/pkg/mod/neugram.io/ng@v0.0.0-20180309130942-d472ff93d872/ngcore/ngcore.go:364:24: too many arguments in call to s.Liner.AppendHistory
	have (string, string)
	want (string)
go/pkg/mod/neugram.io/ng@v0.0.0-20180309130942-d472ff93d872/ngcore/ngcore.go:424:7: liner.SetMode undefined (type *liner.State has no field or method SetMode)

It seems ng depends on local changes in vendor/github.com/peterh/liner (e.g. b74a1a3).

fhs added a commit to fhs/ng that referenced this issue Jun 27, 2019
@fhs fhs linked a pull request Jun 27, 2019 that will close this issue
fhs added a commit to fhs/ng that referenced this issue Jun 27, 2019
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

Successfully merging a pull request may close this issue.

1 participant