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
go-get-kubernetes.sh: make replace statement pruning optional
Not pruning is safer because it allows adding k/k to a project at a
later time. Therefore adding all replace statements is the default.
A new flag can be used to clean up if desired. It's just a cosmetic
change because unused replace statements are ignored by Go.
0 commit comments