Skip to content

go.mod and branches #25

@Indribell

Description

@Indribell

I noticed during the import, that go.mod is missing in your main branch.

require (
github.com/bvinc/go-sqlite-lite/sqlite v0.6.1
github.com/jmoiron/sqlx v1.2.0
)

go: finding github.com/bvinc/go-sqlite-lite/sqlite3 v0.6.1
go: github.com/bvinc/go-sqlite-lite/[email protected]: unknown revision sqlite3/v0.6.1
go: error loading module requirements

require (
github.com/bvinc/go-sqlite-lite v0.6.1
github.com/jmoiron/sqlx v1.2.0
)

Fails also because your master branch points to your root but go seems to chock on getting a sub directory when there is no clear go.mod present. to indicate its a package.

Note: Go v1.12

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions