-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
when running a simple go build in the gopkg.in/src-d/go-kallax.v1 directory (resulting from a go get) I get the following error:
# gopkg.in/src-d/go-kallax.v1
./store.go:120:12: undefined: squirrel.DBProxyContext
./store.go:121:12: undefined: squirrel.DBProxyContextIn store.go you import github.com/Masterminds/squirrel but looking at the master of squirrel I do not find any DBProxyContext.
If I checkout gopkg.in/Masterminds/squirrel.v1 I find it.
I suppose you should import gopkg.in/Masterminds/squirrel.v1 and then in a second time investigate if the DBProxyContext is gone for real in the next squirrel release and find a way to stop using it in kallax.
Metadata
Metadata
Assignees
Labels
No labels