Skip to content

Commit

Permalink
chore (deps): migrate rand to rand/v2
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Westra <[email protected]>
  • Loading branch information
webstradev committed Aug 14, 2024
1 parent d5d1f82 commit ba3732d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exporter/exportertest/mock_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package exportertest // import "go.opentelemetry.io/collector/exporter/exportert
import (
"context"
"fmt"
"math/rand"
"math/rand/v2"
"sync"

"google.golang.org/grpc/codes"
Expand Down
2 changes: 1 addition & 1 deletion receiver/receivertest/contract_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"context"
"errors"
"fmt"
"math/rand"
"math/rand/v2"
"sync"
"sync/atomic"
"testing"
Expand Down

0 comments on commit ba3732d

Please sign in to comment.