Rename module to a fully qualified name
This commit is contained in:
parent
672700d380
commit
d4fe4cddeb
@ -7,7 +7,7 @@ import (
|
||||
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
|
||||
"sqlite_lint/pkg/checks"
|
||||
"github.com/playfulpachyderm/sqlite-lint/pkg/checks"
|
||||
)
|
||||
|
||||
const (
|
||||
|
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
||||
module sqlite_lint
|
||||
module github.com/playfulpachyderm/sqlite-lint
|
||||
|
||||
go 1.24.0
|
||||
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
|
||||
"sqlite_lint/pkg/checks"
|
||||
"github.com/playfulpachyderm/sqlite-lint/pkg/checks"
|
||||
)
|
||||
|
||||
func TestFailureCases(t *testing.T) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user