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

Use go mod instead of dep #30

Open
phiphi282 opened this issue Feb 28, 2019 · 1 comment
Open

Use go mod instead of dep #30

phiphi282 opened this issue Feb 28, 2019 · 1 comment
Labels
feature New feature or request wontfix This will not be worked on

Comments

@phiphi282
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently there is a huge vendor folder that should not be needed to be checked out ever time.

Describe the solution you'd like
Instead of dep, go mod should be used in the future.

Additional context
In the past the problem with go libraries was, that there was no versioning.
To make sure that everyone has the same version, the vendor packages must be included in the versioning system.
go mod is still fairly new but I would consider it good enough to be already usable

@phiphi282 phiphi282 added the feature New feature or request label Feb 28, 2019
@phiphi282
Copy link
Collaborator Author

go mod is not a feasible alternative at the moment.
goswagger currently doesn't work with go modules.

This issue will not be worked on until this is fixed in the go-swagger repo.

@phiphi282 phiphi282 added the wontfix This will not be worked on label Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant