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

Fix go module imports properly to honor semantic versioning #1111

Merged
merged 1 commit into from
May 24, 2019

Conversation

harshavardhana
Copy link
Member

No description provided.

@harshavardhana harshavardhana force-pushed the fix-go-mod branch 5 times, most recently from c260420 to b5a10f5 Compare May 23, 2019 19:33
@kannappanr kannappanr requested review from kannappanr and poornas May 23, 2019 19:45
Copy link
Collaborator

@kannappanr kannappanr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@harshavardhana harshavardhana merged commit da91b3b into minio:master May 24, 2019
@harshavardhana harshavardhana deleted the fix-go-mod branch May 24, 2019 22:35
@admoriarty
Copy link

Hey, sorry for hijacking a closed PR, but I cannot any other guide as to why a local project which was building lately is now broken because of this v6 change...is it intended to be a breaking change? I get lots of
package github.com/minio/minio-go/v6/pkg/credentials: cannot find package "github.com/minio/minio-go/v6/pkg/credentials" in any of: /usr/local/go/src/github.com/minio/minio-go/v6/pkg/credentials (from $GOROOT) /home/jenkins/go/src/github.com/minio/minio-go/v6/pkg/credentials (from $GOPATH)
I tried updating all my imports of this package to be /v6 but I still get a resolution issue....is it my version of Go thats at fault. Are there some notes about how to soak up such a change, or fix back to a version previous to this PR? Any tips appreciated!

@deliciouslytyped
Copy link

@admoriarty I also ran into this and need a fix. (Is there any way to get go get to use a specific repository commit?)

@harshavardhana
Copy link
Member Author

You need to use go mod @admoriarty @deliciouslytyped

@harshavardhana
Copy link
Member Author

https://github.com/golang/go/wiki/Modules#semantic-import-versioning @admoriarty @deliciouslytyped

@admoriarty
Copy link

admoriarty commented May 28, 2019

I've tried...

  • updating from 1.10 to 1.12 of the golang image we build the app on
  • updating all our minio imports to mention /v6 at the end (but also running builds not updated)
  • calling go mod and/or go mod github.com/minio/minio-go
    Despite all of this I'm still getting complaints along the lines of cannot find ... /v6 ... paths

Actually, to be accurate, I may be able to get beyond it in one case and then failing with a "gcc cannot be found" error which seems very commonplace but the common fixes of setting env vars doesn't help :D

@harshavardhana
Copy link
Member Author

You are not doing it correctly @admoriarty first your code should depend on minio-go and then you have to go mod tidy to get the latest released version of minio-go

You have to follow the go mod instructions and it will work fine.

@harshavardhana
Copy link
Member Author

Take a look at how to use it https://github.com/minio/mc/pull/2782/files

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

Successfully merging this pull request may close these issues.

5 participants