This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Dependency management: (try to) use 'go mod' as replacement for 'go dep' #125
Labels
enhancement
New feature or request
Description
I think we should try to port our solution with the current use of
dep
tomod
as dependency management.User Story
As Go(Lang) developer I want to use Go internals in order to discard third-party extensions.
Implementation idea
Try to delete
dep
dependent files and to createmod
required files.The text was updated successfully, but these errors were encountered: