updated imports to v5

This commit is contained in:
Jean-Philippe Bossuat
2023-11-14 19:15:38 +01:00
parent e95c51b00a
commit c031b14be1
173 changed files with 538 additions and 538 deletions

View File

@@ -4,7 +4,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
"github.com/tuneinsight/lattigo/v4/utils/sampling"
"github.com/tuneinsight/lattigo/v5/utils/sampling"
)
func Test_PRNG(t *testing.T) {