mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
2
go/libraries/doltcore/env/environment.go
vendored
2
go/libraries/doltcore/env/environment.go
vendored
@@ -1071,4 +1071,4 @@ func GetGCKeepers(ctx context.Context, env *DoltEnv) ([]hash.Hash, error) {
|
||||
}
|
||||
|
||||
return keepers, nil
|
||||
}
|
||||
}
|
||||
|
||||
2
go/libraries/doltcore/env/repo_state.go
vendored
2
go/libraries/doltcore/env/repo_state.go
vendored
@@ -205,4 +205,4 @@ func (rs *RepoState) CWBHeadSpec() *doltdb.CommitSpec {
|
||||
|
||||
func (rs *RepoState) AddRemote(r Remote) {
|
||||
rs.Remotes[r.Name] = r
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user