diff --git a/pkg/utils/utils.go b/pkg/utils/utils.go index 0ebe55d998c8013bb4fa56eb1d7851e6b0c20a9f..074712bc8d432d98c76ea36468f584869e0d3369 100644 --- a/pkg/utils/utils.go +++ b/pkg/utils/utils.go @@ -2,8 +2,10 @@ package utils import ( "fmt" + "math/rand" "reflect" "strconv" + "time" ) // copy a by b b->a