revert versioned module using
@@ -4,7 +4,7 @@ import (
"bytes"
"io/ioutil"
- lz4 "github.com/pierrec/lz4/v2"
+ "github.com/pierrec/lz4"
)
// lz4.Reader fuzz function
@@ -6,7 +6,7 @@ import (
"hash/fnv"
"testing"
- "github.com/pierrec/lz4/v2/internal/xxh32"
+ "github.com/pierrec/lz4/internal/xxh32"
type test struct {
@@ -2,8 +2,6 @@
package main
import (
- // "bytes"
-
"flag"
"fmt"
"io"
@@ -13,7 +11,7 @@ import (
"runtime"
"strings"
"github.com/pkg/profile"