-
Notifications
You must be signed in to change notification settings - Fork 259
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
go.mod: update various dependencies #941
Conversation
Signed-off-by: Sebastiaan van Stijn <[email protected]>
full diff: sirupsen/logrus@v1.4.2...v1.7.0 logrus v1.7.0 removes dependency on github.com/konsorten/go-windows-terminal-sequences Features: * a new buffer pool management API has been added * a set of `<LogLevel>Fn()` functions have been added Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
The go.mod specified the commit instead of the tag Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Hmmm... something's failing;
Wondering if this is because of the override in the |
@thaJeztah I assume this: #942 is to fix the CI issue you're mentioning? |
@dcantah I'm not sure it fixes the issue, but at least looked like something that wasn't correct currently. I was planning to update both modules separately (the "test" module is a separate module, so I didn't want to modify both in the same PR), but when trying to update the hcsshim "main module" dependency there, I ran into issues because the go-winio dependency has some windows-only packages, and apparently go mod doesn't deal with that when not on Windows 😣 |
I opened microsoft/go-winio#193 to (hopefully) fix the |
Looks like between containerd v1.3.2 and v1.4.x there was a change that added code to use |
Obsoleted by #946, which also updated these dependencies |
See individual commits for details