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

Remove all uses of gopkg.in #56

Closed
ptzianos opened this issue Jan 18, 2024 · 2 comments
Closed

Remove all uses of gopkg.in #56

ptzianos opened this issue Jan 18, 2024 · 2 comments
Assignees
Labels
priority: want Something that should ideally be done. type: chore BAU maintenance.

Comments

@ptzianos
Copy link
Contributor

Issue

Golang has had multiple iterations of official ways of handling dependencies. They all failed in many, unique and often entertaining ways. Finally, Go decided to use the same method that lot's of other languages use (Python, JS, Rust ...), using a go.mod finally to list the packages and a go.sum to mark the checksums of the packages are pulled. gopkg.in was a proxy used before the advent of proper Go tooling for dependency management and its no longer needed.

Expected behaviour

Use just go.mod for dependencies

Actual behaviour

There are still leftover gopkg.in references in the code

@ptzianos ptzianos self-assigned this Jan 18, 2024
Copy link

linear bot commented Feb 5, 2024

@ptzianos ptzianos added priority: want Something that should ideally be done. type: chore BAU maintenance. labels Feb 5, 2024
@ptzianos
Copy link
Contributor Author

Fixed as part of #53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: want Something that should ideally be done. type: chore BAU maintenance.
Projects
None yet
Development

No branches or pull requests

1 participant