Update go-jet to support CircleCi build.
This commit is contained in:
parent
17f6bab2e7
commit
454cd6f12b
16 changed files with 297 additions and 251 deletions
|
|
@ -4,8 +4,8 @@ import (
|
|||
"fmt"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
. "github.com/go-jet/jet"
|
||||
"github.com/go-jet/jet/tests/.test_files/dvd_rental/dvds/model"
|
||||
. "github.com/go-jet/jet/tests/.test_files/dvd_rental/dvds/table"
|
||||
"github.com/go-jet/jet/tests/.test_files/jetdb/dvds/model"
|
||||
. "github.com/go-jet/jet/tests/.test_files/jetdb/dvds/table"
|
||||
"github.com/google/uuid"
|
||||
"gotest.tools/assert"
|
||||
"testing"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue