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

Dependencies need updating (back-end) #4703

Open
msorens opened this issue Feb 6, 2021 · 0 comments
Open

Dependencies need updating (back-end) #4703

msorens opened this issue Feb 6, 2021 · 0 comments
Assignees
Labels

Comments

@msorens
Copy link
Contributor

msorens commented Feb 6, 2021

Describe the issue

As no one has been actively updating the Go dependencies for at least several months now, some or all of them probably need to be updated to stay current.

Some of these may be simple, some not. Depending on the effort, may want to have a separate PR for each such update.

Quoting from HOW_TO_MAINTAIN_A2.md:

There is no central place to check on all dependencies.
The following, though, lists some of the key Golang dependencies--this is NOT a complete list by any mean.
One can set up a "watch" on each of these repositories to be automatically notified of new releases that can then be scheduled as technical debt items to be done in a timely fashion.

Note that some of these may be pinned for various reasons; those reasons should be re-examined periodically to see if the issue requiring the pinning can be or has been resolved. Example: at the time of writing, dex is pinned at 2.19.0 as indicated here:

automate/go.mod

Lines 132 to 133 in 4b6d536

// https://github.com/dexidp/dex/issues/1578
replace github.com/dexidp/dex => github.com/ryancragun/dex v2.19.0-incompatible+incompatible

To Reproduce

NA

Expected behavior

System still runs correctly after update.

Aha! Link: https://chef.aha.io/epics/SH-E-437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants