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
Adding warning comments to go.mod to guide users to the actual version
that is used (and tested against).
In the "replace" section, adding comments that explain the reason for
pinning some of the dependencies to specific versions.
Signed-off-by: Sebastiaan van Stijn <[email protected]>
// urfave/cli must be <= v1.22.1 due to a regression: https://github.com/urfave/cli/issues/1092
0 commit comments