File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 "log"
66 "testing"
77
8- "github.com/encrypt-query-language/go/goeql"
8+ "github.com/encrypt-query-language/languages/ go/goeql"
99 "github.com/stretchr/testify/assert"
1010 "xorm.io/xorm"
1111)
Original file line number Diff line number Diff line change 55 "fmt"
66 "log"
77
8- "github.com/encrypt-query-language/go/goeql"
8+ "github.com/encrypt-query-language/languages/ go/goeql"
99 "xorm.io/xorm"
1010)
1111
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module go-xorm-app
33go 1.21.3
44
55require (
6- github.com/encrypt-query-language/go/goeql v0.0.0-00010101000000-000000000000
6+ github.com/encrypt-query-language/languages/ go/goeql v0.0.0-00010101000000-000000000000
77 github.com/stretchr/testify v1.9.0
88)
99
@@ -33,4 +33,4 @@ require (
3333 xorm.io/xorm v1.3.9
3434)
3535
36- replace github.com/encrypt-query-language/go/goeql => ../goeql
36+ replace github.com/encrypt-query-language/languages/ go/goeql => ../goeql
Original file line number Diff line number Diff line change 66 "log"
77 "os"
88
9- "github.com/encrypt-query-language/go/goeql" // imported using local path until published
9+ "github.com/encrypt-query-language/languages/ go/goeql" // imported using local path until published
1010
1111 _ "github.com/jackc/pgx/stdlib" // PostgreSQL driver
1212 "xorm.io/xorm"
You can’t perform that action at this time.
0 commit comments