./../../go/pkg/mod/github.com/klauspost/compress@v1.17.0/zstd/dict.go:479:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
../../../go/pkg/mod/github.com/klauspost/compress@v1.17.0/zstd/dict.go:490:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
../../../go/pkg/mod/github.com/klauspost/compress@v1.17.0/zstd/dict.go:491:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
../../../go/pkg/mod/github.com/klauspost/compress@v1.17.0/zstd/dict.go:492:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
go build is throwing following error
./../../go/pkg/mod/github.com/klauspost/compress@v1.17.0/zstd/dict.go:479:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32) ../../../go/pkg/mod/github.com/klauspost/compress@v1.17.0/zstd/dict.go:490:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32) ../../../go/pkg/mod/github.com/klauspost/compress@v1.17.0/zstd/dict.go:491:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32) ../../../go/pkg/mod/github.com/klauspost/compress@v1.17.0/zstd/dict.go:492:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)