Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlitex pkg issues with Go modules #58

Closed
pentateu opened this issue May 8, 2019 · 1 comment
Closed

sqlitex pkg issues with Go modules #58

pentateu opened this issue May 8, 2019 · 1 comment

Comments

@pentateu
Copy link

pentateu commented May 8, 2019

Hi,

I have added Go modules to my project and now Go build is unable to find the sqlitex package.

unknown import path "crawshaw.io/sqlite/sqlitex": cannot find module providing package crawshaw.io/sqlite/sqlitex

I use other packages that are nested (.../sqlite/sqlitex) just like that,but all from github.com and they work fine.
The same issue happens on CI server and local machine.

Is that related to how the code is hosted?

Anyone else had this issue?

@crawshaw
Copy link
Owner

I think the problem is the lack of go.mod file. I added one, hopefully this fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants