[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

This commit is contained in:
zachmu
2022-01-14 23:34:02 +00:00
parent 5dec26a4b3
commit cea595ca16

View File

@@ -21,6 +21,8 @@ import (
"strings"
"time"
"github.com/google/uuid"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/dolt/go/libraries/doltcore/rowconv"
"github.com/dolthub/dolt/go/libraries/doltcore/schema"
@@ -29,7 +31,6 @@ import (
"github.com/dolthub/dolt/go/libraries/doltcore/table/pipeline"
"github.com/dolthub/dolt/go/libraries/utils/set"
"github.com/dolthub/dolt/go/store/types"
"github.com/google/uuid"
)
type typeInfoSet map[typeinfo.TypeInfo]struct{}