Rename go.mod module name according to git path
All checks were successful
CI / release-test (push) Successful in 6s
All checks were successful
CI / release-test (push) Successful in 6s
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
package schema
|
||||
|
||||
import (
|
||||
"gas_stack/pkg/textutils"
|
||||
"strings"
|
||||
|
||||
"github.com/jinzhu/inflection"
|
||||
"github.com/jmoiron/sqlx"
|
||||
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
|
||||
"git.offline-twitter.com/offline-labs/gas-stack/pkg/textutils"
|
||||
)
|
||||
|
||||
// InitDB creates an in-memory DB from a given schema string.
|
||||
|
||||
Reference in New Issue
Block a user