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

Go: Modules | Latest Commit | github.com => my.org #250

Open
AmitKumarDas opened this issue Nov 1, 2019 · 1 comment

Comments

@AmitKumarDas
Copy link
Owner

AmitKumarDas commented Nov 1, 2019

  • Below will give convert this go.mod file to latest release version after running go mod vendor
module openebs.io/set-status-on-ns

go 1.12

require github.com/AmitKumarDas/metac latest
  • Below will give convert this go.mod file to latest commit after running go mod vendor
module openebs.io/set-status-on-ns

go 1.12

require github.com/AmitKumarDas/metac master
@AmitKumarDas AmitKumarDas changed the title Go: Modules | Latest Commit Go: Modules | Latest Commit | github.com to your namespace Nov 1, 2019
@AmitKumarDas AmitKumarDas changed the title Go: Modules | Latest Commit | github.com to your namespace Go: Modules | Latest Commit | github.com => my.org Nov 1, 2019
@AmitKumarDas
Copy link
Owner Author

AmitKumarDas commented Nov 1, 2019

  • Once you get the desired version; change go.mod as show below:
    • where openebs.io/metac is used in source code in import statements
    • & github.com/AmitKumarDas/metac is the github repo
module openebs.io/set-status-on-ns

go 1.12

require openebs.io/metac v0.1.1-0.20191101114421-e24638c46588

replace openebs.io/metac => github.com/AmitKumarDas/metac v0.1.1-0.20191101114421-e24638c46588

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant