From 51979b5b2de94b507341293f758f322e8c1c1ec0 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Tue, 15 Aug 2023 12:03:25 +0200 Subject: [PATCH] fix: stop using math/rand.Read --- multiplex_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multiplex_test.go b/multiplex_test.go index e594d0f..4d0df2a 100644 --- a/multiplex_test.go +++ b/multiplex_test.go @@ -2,9 +2,9 @@ package multiplex import ( "context" + "crypto/rand" "fmt" "io" - "math/rand" "net" "os" "sync"