-
Notifications
You must be signed in to change notification settings - Fork 492
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
[GOCA] Migrate from glide to Go Modules #3227
Comments
Notes to the reviewer: It needs at least the version 1.12 of Go |
7 tasks
tinova
added a commit
that referenced
this issue
Jul 23, 2019
from glide to Go module Co-authored-by: Pierre Lafievre <pierre.lafievre@iguanesolutions.com>
tinova
added a commit
that referenced
this issue
Jul 23, 2019
Co-authored-by: Pierre Lafievre <pierre.lafievre@iguanesolutions.com>
tinova
pushed a commit
that referenced
this issue
Jul 24, 2019
rsmontero
pushed a commit
that referenced
this issue
Oct 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The GOCA library should use the official Go modules functionality to manage dependencies instead of Glide.
Use case
Using Go modules enables better tool and system integration. https://github.com/golang/go/wiki/Modules
Interface Changes
N/A
Additional Context
go mod init
supports automatic migration of glide managed dependencies.Progress Status
The text was updated successfully, but these errors were encountered: