mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-02 19:39:56 -05:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -18,11 +18,11 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
|
||||
"github.com/fatih/color"
|
||||
|
||||
"github.com/dolthub/dolt/go/cmd/dolt/cli"
|
||||
"github.com/dolthub/dolt/go/libraries/doltcore/env"
|
||||
"github.com/dolthub/dolt/go/libraries/utils/argparser"
|
||||
|
||||
"github.com/fatih/color"
|
||||
"github.com/dolthub/dolt/go/store/nbs/zstd"
|
||||
)
|
||||
|
||||
|
||||
@@ -387,7 +387,7 @@ func TestArchiveMixedTypesToChunkers(t *testing.T) {
|
||||
if isEven(chk.Hash()) {
|
||||
// Use zStd compression for even chunks
|
||||
cmp, err := zstd.CompressDict(nil, chk.Data(), cDict)
|
||||
require.NoError(t, err)
|
||||
require.NoError(t, err)
|
||||
|
||||
chId, err := aw.writeByteSpan(cmp)
|
||||
assert.NoError(t, err)
|
||||
|
||||
@@ -21,9 +21,10 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"github.com/dolthub/gozstd"
|
||||
|
||||
"github.com/dolthub/dolt/go/store/chunks"
|
||||
"github.com/dolthub/dolt/go/store/nbs"
|
||||
"github.com/dolthub/gozstd"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user