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

This commit is contained in:
zachmu
2021-08-04 22:09:40 +00:00
parent 0a2521bdc8
commit 935143b19f
3 changed files with 3 additions and 3 deletions

View File

@@ -1071,4 +1071,4 @@ func GetGCKeepers(ctx context.Context, env *DoltEnv) ([]hash.Hash, error) {
}
return keepers, nil
}
}

View File

@@ -205,4 +205,4 @@ func (rs *RepoState) CWBHeadSpec() *doltdb.CommitSpec {
func (rs *RepoState) AddRemote(r Remote) {
rs.Remotes[r.Name] = r
}
}

View File

@@ -17,11 +17,11 @@ package dfunctions
import (
"fmt"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/go-mysql-server/sql"
"github.com/dolthub/vitess/go/vt/proto/query"
"github.com/dolthub/dolt/go/cmd/dolt/cli"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/dolt/go/libraries/doltcore/env/actions"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dsess"
)