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
Yep, I see what happened here. I've been using go modules support pretty much exclusively, so I've been pinned at an older version of the smartcrop package. I removed the vendor directory last night, with the intention of pushing toward always building with module support. So that's one option... checkout the project outside of your GOPATH and build with go1.11 or later.
But the other thing I need to do is update to the latest version of smartcrop, so that building without modules will still work. I'll do that later today. Thanks for reporting this! I totally overlooked it in the work I was doing last night.
Activity
efabian commentedon Mar 22, 2019
Encountered the same error.
willnorris commentedon Mar 22, 2019
Yep, I see what happened here. I've been using go modules support pretty much exclusively, so I've been pinned at an older version of the smartcrop package. I removed the vendor directory last night, with the intention of pushing toward always building with module support. So that's one option... checkout the project outside of your GOPATH and build with go1.11 or later.
But the other thing I need to do is update to the latest version of smartcrop, so that building without modules will still work. I'll do that later today. Thanks for reporting this! I totally overlooked it in the work I was doing last night.
dsarosi commentedon Mar 23, 2019
It's working. Thanks for the quick update.
Merge pull request willnorris#172 from Envek/patch-1