Skip to content

Go module build failsΒ #245

@fhs

Description

@fhs
$ 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions