Skip to content

Commit

Permalink
Add missing imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktobey committed Apr 16, 2024
1 parent cac5222 commit 91a37eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions enginetest/enginetests.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
"context"
dsql "database/sql"
"fmt"
"gopkg.in/src-d/go-errors.v1"
"io"
"net"
"os"
Expand Down Expand Up @@ -46,6 +47,7 @@ import (
"github.com/dolthub/vitess/go/sqltypes"
"github.com/dolthub/vitess/go/vt/proto/query"
_ "github.com/go-sql-driver/mysql"
"github.com/gocraft/dbr/v2"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
1 change: 1 addition & 0 deletions enginetest/queries/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import (
"github.com/dolthub/go-mysql-server/sql/types"
"github.com/dolthub/vitess/go/sqltypes"
"github.com/dolthub/vitess/go/vt/proto/query"
"gopkg.in/src-d/go-errors.v1"
)

type QueryTest struct {
Expand Down

0 comments on commit 91a37eb

Please sign in to comment.