Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Dependency management switch from dep to mod #69

Open
prometherion opened this issue May 18, 2020 · 0 comments
Open

Dependency management switch from dep to mod #69

prometherion opened this issue May 18, 2020 · 0 comments

Comments

@prometherion
Copy link

I'd like to provide some contributions and the first thing I noticed is that the package is still relying on dep rather than Go mod that is provided since 1.11.

JFI I'm happy to take care of this issue.

What would you like to be added?

go.{mod.sum} files following the go mod shadow vendoring (no more need to commit vendor files, too).

Why is this needed?

dep is no more widely used, also considering that the vendoring is fully provided by Go itself without the need to rely on a third-party package.

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

1 participant