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

Refactor ZFS-LocalPV projects to use go-module #126

Closed
pawanpraka1 opened this issue May 21, 2020 · 1 comment
Closed

Refactor ZFS-LocalPV projects to use go-module #126

pawanpraka1 opened this issue May 21, 2020 · 1 comment
Labels
enhancement Add new functionality to existing feature good first issue Good for newcomers

Comments

@pawanpraka1
Copy link
Contributor

Description

Go has included support for versioned modules and users are encouraged to migrate to modules from other dependency management systems. It is a relatively easier system for package management and would be nice to have.

Context

Here is the wiki with the details on Go Modules
an official go blog post
and a simple medium article to understand a bit better.

@pawanpraka1 pawanpraka1 added the good first issue Good for newcomers label May 21, 2020
@pawanpraka1 pawanpraka1 added the enhancement Add new functionality to existing feature label May 21, 2020
vaniisgh added a commit to vaniisgh/zfs-localpv that referenced this issue May 21, 2020
WIP openebs#126

- add go.mod file
- delete gopkg.lock & gopkg.toml
- make changes for sirupsen dependency
- remove vendor folder

Signed-off-by: Vani Singh <vanisingh@live.co.uk>
vaniisgh added a commit to vaniisgh/zfs-localpv that referenced this issue Jun 5, 2020
WIP openebs#126

- add go.mod file
- delete gopkg.lock & gopkg.toml
- make changes for sirupsen dependency
- remove vendor folder

Signed-off-by: Vani Singh <vanisingh@live.co.uk>
@pawanpraka1
Copy link
Contributor Author

fixed via #148.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Add new functionality to existing feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant