rebase: add replication-lib-utils to go.mod

added github.com/kube-storage/replication-lib-utils
to the vendor directory which is required to avoid
secret logging in GRPC.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2021-03-31 13:02:09 +05:30
committed by mergify[bot]
parent da840a70c5
commit ce7f936551
84 changed files with 2800 additions and 1225 deletions

View File

@ -52,7 +52,7 @@ import (
// 10. Send out the CL for review and submit it.
const (
Major = 1
Minor = 25
Minor = 26
Patch = 0
PreRelease = ""
)