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

Update go.mod to v3 #12

Closed
joy4eg opened this issue Jan 29, 2019 · 4 comments
Closed

Update go.mod to v3 #12

joy4eg opened this issue Jan 29, 2019 · 4 comments

Comments

@joy4eg
Copy link

joy4eg commented Jan 29, 2019

Hey,

Thanks for great library!
Could you update go.mod to the latest available release (v3) ?

Thanks :)

@Luzifer
Copy link
Owner

Luzifer commented Jan 29, 2019

Thanks for reminding me! It's fixed now in v3.0.1. 🙈

@joy4eg
Copy link
Author

joy4eg commented Jan 29, 2019

Looks like smth went wrong:

$ go get -v gopkg.in/Luzifer/go-openssl.v3
Fetching https://gopkg.in/Luzifer/go-openssl.v3?go-get=1
Parsing meta tags from https://gopkg.in/Luzifer/go-openssl.v3?go-get=1 (status code 200)
get "gopkg.in/Luzifer/go-openssl.v3": found meta tag get.metaImport{Prefix:"gopkg.in/Luzifer/go-openssl.v3", VCS:"git", RepoRoot:"https://gopkg.in/Luzifer/go-openssl.v3"} at https://gopkg.in/Luzifer/go-openssl.v3?go-get=1
go: gopkg.in/Luzifer/go-openssl.v3@v3.0.1: go.mod has non-....v3 module path "github.com/Luzifer/go-openssl/v3" at revision v3.0.1
go: error loading module requirements

@Luzifer
Copy link
Owner

Luzifer commented Jan 29, 2019

I'm not sure gopkg.in properly works with go modules.

Maybe try importing through github.com/Luzifer/go-openssl/v3 or github.com/Luzifer/go-openssl...

@joy4eg
Copy link
Author

joy4eg commented Jan 29, 2019

github.com/Luzifer/go-openssl/v3 works well.

Thank you!

thapakazi added a commit to thapakazi/easy_clipper that referenced this issue Oct 5, 2019
additions:
  - add go.mod
  use /v3 url, found fix at Luzifer/go-openssl#12
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