diff --git a/go/cmd/dolt/commands/profile.go b/go/cmd/dolt/commands/profile.go index c03c12829f..a4d1e5b84b 100644 --- a/go/cmd/dolt/commands/profile.go +++ b/go/cmd/dolt/commands/profile.go @@ -19,7 +19,6 @@ import ( "encoding/json" "strings" - "github.com/dolthub/dolt/go/libraries/utils/config" "github.com/tidwall/gjson" "github.com/tidwall/sjson" @@ -28,6 +27,7 @@ import ( eventsapi "github.com/dolthub/dolt/go/gen/proto/dolt/services/eventsapi/v1alpha1" "github.com/dolthub/dolt/go/libraries/doltcore/env" "github.com/dolthub/dolt/go/libraries/utils/argparser" + "github.com/dolthub/dolt/go/libraries/utils/config" ) var profileDocs = cli.CommandDocumentationContent{