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
I found that I can add this to go.mod and that does not require me to vendor.
// https://github.com/cornfeedhobo/pflag
// A fork of pflag that is more maintained
replace github.com/spf13/pflag v1.0.5 => github.com/cornfeedhobo/pflag v1.1.0
exclude github.com/spf13/pflag v1.0.5
The text was updated successfully, but these errors were encountered:
I found that I can add this to
go.mod
and that does not require me to vendor.The text was updated successfully, but these errors were encountered: