diegogub / aranGO

Golang driver for ArangoDB
Apache License 2.0
125 stars 31 forks source link

Support for Go Modules #54

Closed rizalgowandy closed 4 years ago

rizalgowandy commented 4 years ago

Adding support for Go Modules.

Got this error, when initializing Go Modules.

        github.com/diegogub/napping: cannot find module providing package github.com/diegogub/napping: module github.com/diegogub/napping: git ls-remote -q origin in /home/arwego/go/pkg/mod/cache/vcs/6565de94fe36382a71c94076fec7772ac692d61c89fe5129d9e446a2efc0ba65: exit status 128:
        ERROR: Repository not found.
        fatal: Could not read from remote repository.

        Please make sure you have the correct access rights
        and the repository exists.
diegogub commented 4 years ago

Hi @rizalgowandy,

I will look into this. I guess that repo is missing in my account

Thank you for reporting

diegogub commented 4 years ago

In the meantime, if you want you can try with new version: https://gopkg.in/diegogub/aranGO.v2

rizalgowandy commented 4 years ago

Hi @diegogub Thank you, will do