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

@@ -5,8 +5,8 @@ import (
"fmt"
"io"
"github.com/tuneinsight/lattigo/v4/utils"
"github.com/tuneinsight/lattigo/v4/utils/buffer"
"github.com/tuneinsight/lattigo/v5/utils"
"github.com/tuneinsight/lattigo/v5/utils/buffer"
"golang.org/x/exp/constraints"
)