You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logrus changed their GitHub repo to all lowercase and broke all go packages that use their library.
See here and here
This release creates an alias until all downstream packages have addressed the issue as well, at which time we'll switch our code to use github.com/sirupsen/logrus rather than github.com/Sirupsen/logrus
This release creates an alias until all downstream packages have addressed the issue as well, at which time we'll switch our code to use github.com/sirupsen/logrus rather than github.com/Sirupsen/logrus
#38: The SSH and HTTP helpers now all set a 10 second connection timeout by default. This should help prevent connections hanging for a long time if the server they are connecting to is unresponsive.