You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
getting below problem with go get.
how do i resolve this?
go get github.com/src-d/go-mysql-server
github.com/src-d/go-mysql-server/auth
/go/src/github.com/src-d/go-mysql-server/auth/native.go:133:35: not enough arguments in call to mysql.NewAuthServerStatic
have ()
want (string, string, time.Duration)
/go/src/github.com/src-d/go-mysql-server/auth/native.go:136:7: auth.Entries undefined (type *mysql.AuthServerStatic has no field or method Entries)
getting below problem with go get.
how do i resolve this?
go get github.com/src-d/go-mysql-server
github.com/src-d/go-mysql-server/auth
/go/src/github.com/src-d/go-mysql-server/auth/native.go:133:35: not enough arguments in call to mysql.NewAuthServerStatic
have ()
want (string, string, time.Duration)
/go/src/github.com/src-d/go-mysql-server/auth/native.go:136:7: auth.Entries undefined (type *mysql.AuthServerStatic has no field or method Entries)
github.com/src-d/go-mysql-server/sql/parse
/go/src/github.com/src-d/go-mysql-server/sql/parse/parse.go:274:77: undefined: sqlparser.SCHEMAS
/go/src/github.com/src-d/go-mysql-server/sql/parse/parse.go:971:8: undefined: sqlparser.ParenExpr
The text was updated successfully, but these errors were encountered: