go-kallax icon indicating copy to clipboard operation
go-kallax copied to clipboard

Use gopkg.in/Masterminds/squirrel.v1 instead of github.com/Masterminds/squirrel

Open faide opened this issue 7 years ago • 3 comments

because the github version pulls from master and is not in synch with what kallax uses from squirrel.

See #279 for more reference

faide avatar Jun 28 '18 13:06 faide

Which go version are you using? According to squirrel's README:

NOTE: as of Go 1.6, go get correctly clones the Github default branch (which is v1 in this repo). import "github.com/Masterminds/squirrel"

PR seems harmless and more explicit tho, so I'm inclined to merge it. Just want to know which is the root cause of the problem.

nadiamoe avatar Jul 01 '18 12:07 nadiamoe

I am using go 1.10.3

Le 1 juil. 2018 2:30 PM, "Roberto Santalla" [email protected] a écrit :

Which go version are you using? According to squirrel's README:

NOTE: as of Go 1.6, go get correctly clones the Github default branch (which is v1 in this repo). import "github.com/Masterminds/squirrel"

PR seems harmless and more explicit tho, so I'm inclined to merge it. Just want to know which is the root cause of the problem.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/src-d/go-kallax/pull/280#issuecomment-401603684, or mute the thread https://github.com/notifications/unsubscribe-auth/AAeL8aHbU1ttiPeSEw60-0czCNjJT8gdks5uCMDfgaJpZM4U7bGM .

faide avatar Jul 01 '18 22:07 faide

I'm using go version go1.11.1 linux/amd64 and have the same issue, this PR fix it. Thanks @faide

WnP avatar Feb 19 '19 09:02 WnP