Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Not compatible with modules, please tag new version #211

Closed
inliquid opened this issue Mar 7, 2019 · 2 comments
Closed

Not compatible with modules, please tag new version #211

inliquid opened this issue Mar 7, 2019 · 2 comments

Comments

@inliquid
Copy link
Contributor

inliquid commented Mar 7, 2019

At the moment goinsta is not compatible with go modules, because you changed module path but didn't tag it.

  1. Use of import path github.com/ahmdrz/goinsta/v2 will raise this error message when modules triggered (for instance by go list):
build gitlab.com/inliquid/insta: cannot load github.com/ahmdrz/goinsta/v2: cannot find module providing package github.com/ahmdrz/goinsta/v2
  1. Use of gopkg.in/ahmdrz/goinsta.v2 also not possible:
go: gopkg.in/ahmdrz/[email protected]: parsing go.mod: unexpected module path "github.com/ahmdrz/goinsta.v2"

WORKAROUND: Update to latest commit from master branch:
go get github.com/ahmdrz/goinsta/v2@master

@inliquid
Copy link
Contributor Author

inliquid commented Mar 9, 2019

Suggested tag v2.4.1

@ahmdrz
Copy link
Owner

ahmdrz commented Jul 31, 2019

I'll close this issue and we will continue this on #240

@ahmdrz ahmdrz closed this as completed Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants