You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd like to provide some contributions and the first thing I noticed is that the package is still relying on
dep
rather than Gomod
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 thego 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.The text was updated successfully, but these errors were encountered: