-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
$ 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/[email protected]/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/[email protected]/ngcore/ngcore.go:346:10: s.Liner.SetMode undefined (type *liner.State has no field or method SetMode)
go/pkg/mod/neugram.io/[email protected]/ngcore/ngcore.go:364:24: too many arguments in call to s.Liner.AppendHistory
have (string, string)
want (string)
go/pkg/mod/neugram.io/[email protected]/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).
Zireael07
Metadata
Metadata
Assignees
Labels
No labels