diff --git a/go/cmd/dolt/commands/version.go b/go/cmd/dolt/commands/version.go index 563fea5e73..4740e9fdcc 100644 --- a/go/cmd/dolt/commands/version.go +++ b/go/cmd/dolt/commands/version.go @@ -22,6 +22,7 @@ import ( "strings" "time" + "github.com/fatih/color" "github.com/google/go-github/v57/github" "github.com/dolthub/dolt/go/cmd/dolt/cli" @@ -30,7 +31,6 @@ import ( "github.com/dolthub/dolt/go/libraries/doltcore/env" "github.com/dolthub/dolt/go/libraries/doltcore/sqle/dfunctions" "github.com/dolthub/dolt/go/libraries/utils/argparser" - "github.com/fatih/color" ) const (