diff --git a/go/libraries/doltcore/env/actions/dolt_ci/workflow_event_triggers.go b/go/libraries/doltcore/env/actions/dolt_ci/workflow_event_triggers.go index 160b09dc0e..2d706a4154 100644 --- a/go/libraries/doltcore/env/actions/dolt_ci/workflow_event_triggers.go +++ b/go/libraries/doltcore/env/actions/dolt_ci/workflow_event_triggers.go @@ -16,6 +16,9 @@ package dolt_ci import ( "fmt" + + "github.com/dolthub/go-mysql-server/sql" + "github.com/dolthub/dolt/go/cmd/dolt/errhand" "github.com/dolthub/dolt/go/libraries/doltcore/doltdb" "github.com/dolthub/dolt/go/libraries/doltcore/doltdb/durable" @@ -24,7 +27,6 @@ import ( "github.com/dolthub/dolt/go/libraries/doltcore/sqle" "github.com/dolthub/dolt/go/libraries/doltcore/sqle/dsess" stypes "github.com/dolthub/dolt/go/store/types" - "github.com/dolthub/go-mysql-server/sql" ) func createWorkflowEventTriggersTable(ctx *sql.Context) error {