pin dependencies

Signed-off-by: Roland.Ma <rolandma@yunify.com>
This commit is contained in:
Roland.Ma
2021-08-16 03:29:03 +00:00
parent eae248b3c9
commit 7bb8124a61
251 changed files with 40010 additions and 716 deletions

View File

@@ -102,5 +102,5 @@ const (
HookPhaseFailed HookPhase = "Failed"
)
// Strng converts a hook phase to a printable string
// String converts a hook phase to a printable string
func (x HookPhase) String() string { return string(x) }