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

[GOCA] Migrate from glide to Go Modules #3227

Closed
7 tasks
eripa opened this issue Apr 11, 2019 · 1 comment
Closed
7 tasks

[GOCA] Migrate from glide to Go Modules #3227

eripa opened this issue Apr 11, 2019 · 1 comment

Comments

@eripa
Copy link
Contributor

eripa commented Apr 11, 2019

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

  • Branch created
  • Code committed to development branch
  • Testing - QA
  • Documentation
  • Release notes - resolved issues, compatibility, known issues
  • Code committed to upstream release/hotfix branches
  • Documentation committed to upstream release/hotfix branches
@treywelsh
Copy link
Contributor

treywelsh commented Apr 12, 2019

Notes to the reviewer: It needs at least the version 1.12 of Go
Users with Go installed via a package manager like Apt under Ubuntu may have an older version, then they will have to install a newer version of Go.

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 tinova closed this as completed Jul 23, 2019
tinova pushed a commit that referenced this issue Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants